Awhile back you submitted a patch which was supposed to fix up
and complete support for the 2.5 kernel. However, I found it was
necessary to grab these files from cvs and manually insert them
into the kernel tree:
is/fs25/linux/intermezzo_idl.h
is/fs25/linux/intermezzo_lib.h
is/fs25/io_daemon.c
Also, the likely candidate for POSIX_ACLs is the one that is
currently being tested with XFS & EXT2/3. If you download the 2.5
kernel tree from SGI's CVS server, and configure InterMezzo +
POSIX ACLs the compile fails with the following:
fs/intermezzo/vfs.c: In function `lento_setattr':
fs/intermezzo/vfs.c:470: parse error before "posix_acl_t"
fs/intermezzo/vfs.c:470: warning: function declaration isn't a
prototype
fs/intermezzo/vfs.c:523: structure has no member named
`set_posix_acl'
fs/intermezzo/vfs.c:524: structure has no member named
`set_posix_acl'
fs/intermezzo/vfs.c:541: structure has no member named
`set_posix_acl'
It seems like there is some header file missing or something. Not
quite sure at this point, but I'd thought I'd let you know. Might be
worth investigating.