On Sat, 01 Mar 2003 13:26, Cedric Veilleux wrote:
>       I've also noticed many warnings during compilation about IS_IMMUTABLE
> being implicitly declared.

You'll need to go through and change each reference to IS_IMMUTABLE to 
either IS_IMMUTABLE_FILE or IS_IMMUTABLE_LINK, depending on whether the 
piece of code in question is dealing with the real file, or 
renaming/unlinking/linking it.

I've had a look at the extended attributes/ACL patch, and in all the places 
where it refers to IS_IMMUTABLE, IS_IMMUTABLE_FILE is the correct choice.

You can try the patch I've just made if you like - no guarantees though.
try http://vilain.net/linux/acl/acl-0.8.54-2.4.21-pre4-ac6-ctx16.patch.gz

It's against the most recent kernel in the -ac tree.  It builds OK, but I 
have yet to test it.
-- 
Sam Vilain, [EMAIL PROTECTED]

Humanity is acquiring all the right technology for all the wrong
reasons.
 -- R. Buckminster Fuller

Reply via email to