Date: Sun, 28 May 2006 22:45:53 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/nullfs null_vfsops.c Message-ID: <200605282245.k4SMjr3d007233@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2006-05-28 22:45:52 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vfsops.c Log: Remove incorrect null_checkexp() routine. This will allow the NFS server to call vfs_stdcheckexp() on the exported nullfs filesystem, not the underlying filesystem being nullfs mounted. If the lower filesystem was not NFS exported, then the NFS exported null filesystem would not work. Pointed out by: scottl PR: kern/87906 MFC after: 1 week Revision Changes Path 1.79 +0 -14 src/sys/fs/nullfs/null_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605282245.k4SMjr3d007233>