Date: Thu, 9 Sep 2004 01:01:19 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/autofs autofs.h autofs_util.c autofs_vfsops.c autofs_vnops.c Message-ID: <200409090101.i8911JBG087381@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2004-09-09 01:01:19 UTC FreeBSD src repository Modified files: sys/fs/autofs autofs.h autofs_util.c autofs_vfsops.c autofs_vnops.c Log: Fix a bug where we were _always_ passing requests as "stat" requests for indirect mounts. This effecively translated all LOOKUP requests into STAT and broke indirect mounts. Fix sysctl flags, CTLFLAG_WR -> CTLFLAG_RW. Cleanup debug statements. Revision Changes Path 1.4 +7 -5 src/sys/fs/autofs/autofs.h 1.5 +1 -1 src/sys/fs/autofs/autofs_util.c 1.6 +2 -2 src/sys/fs/autofs/autofs_vfsops.c 1.8 +5 -4 src/sys/fs/autofs/autofs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409090101.i8911JBG087381>