[OpenAFS-devel] fyi - problems with 2.4.15-pre7

chas williams chas@cmf.nrl.navy.mil
Wed, 21 Nov 2001 07:12:40 -0500


>Haven't had a chance to dig into this yet, but at the least, when running a
>fresh build of openafs against it, I started getting a bunch of
>afs_linux_lookup: FIXME kernel messages.

i put that in the linux 2.4 code.  its trying to determine which set of
ops to use for the inode. the only types i knew about at the time where
ISREG, ISDIR, and ISLNK.  i suppose it should print ip->i_mode as well.