Hey folks,

Adam M., I see you are active on OpenAFS mailing lists.

There's a small problem I've found, at least with Linux 2.6.19.2 and
OpenAFS 1.4.4.

There's a define in the source called INIT_WORK_HAS_DATA ,
which influences how INIT_WORK() macro is called. I suppose
in old versions it had two arguments, and in newer it has three.

There is a snippet that tries to autodetect this, but it fails
and I got the thing to compile by manually putting 

#define INIT_WORK_HAS_DATA

in file src/afs/afs_call.c (it's the only place where INIT_WORK()
is used).

You might ask about this on the openafs lists.

Thanks,
-doc

_______________________________________________
HCoop-SysAdmin mailing list
[email protected]
http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin

Reply via email to