Date: Wed, 3 Nov 2010 08:34:00 +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: <201011030834.oA38YIua001874@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-11-03 08:34:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/nfsserver nfs_serv.c Log: SVN rev 214727 on 2010-11-03 08:34:00Z by kib MFC r214049: 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. Revision Changes Path 1.195.2.6 +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?201011030834.oA38YIua001874>