Date: Sat, 11 Dec 2004 21:36:29 +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/nfsclient nfs_vnops.c Message-ID: <200412112136.iBBLaTHW087748@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-12-11 21:36:29 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Revert rev 1.233. 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.241 +3 -3 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412112136.iBBLaTHW087748>