cvs commit: src/sys/gnu/ext2fs ext2_vnops.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Dec 11 13:33:36 PST 2004
marcel 2004-12-11 21:33:35 UTC
FreeBSD src repository
Modified files:
sys/gnu/ext2fs ext2_vnops.c
Log:
Revert previous commit. The null-pointer function call (a dereference
on ia64) was not the result of a change in the vector operations. It
was caused by the NFS locking code using a FIFO and those bypassing
the vnode. This indirectly caused the panic. The NFS locking code has
been changed.
Requested by: phk
Revision Changes Path
1.94 +4 -4 src/sys/gnu/ext2fs/ext2_vnops.c
More information about the cvs-src
mailing list