Date: Tue, 19 Oct 2010 08:55:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c Message-ID: <201010190855.o9J8tnEr039139@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-10-19 08:55:31 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: SVN rev 214049 on 2010-10-19 08:55:31Z by kib When readdirplus() is handled on the exported filesystem that does not support VFS_VGET, like msdosfs, do not call VOP_LOOKUP() for dotdot on the root directory. Our filesystems expect that VFS handles dotdot lookups on root on its own. Reported and tested by: kevlo MFC after: 2 weeks Revision Changes Path 1.201 +13 -12 src/sys/nfsserver/nfs_serv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010190855.o9J8tnEr039139>