Date: Sat, 11 Dec 2004 23:05:30 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Message-ID: <200412112305.iBBN5UVo092026@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-12-11 23:05:30 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_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.254 +4 -4 src/sys/ufs/ufs/ufs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412112305.iBBN5UVo092026>