From owner-cvs-src@FreeBSD.ORG Thu Sep 9 02:14:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA85F16A585; Thu, 9 Sep 2004 02:14:38 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EB143D31; Thu, 9 Sep 2004 02:14:38 +0000 (GMT) (envelope-from xlibris@inbox.ru) Received: from [195.82.27.46] (port=3050 helo=crowbar.blow.ru) by mx2.mail.ru with esmtp id 1C5ESK-000HJQ-00; Thu, 09 Sep 2004 06:14:37 +0400 Received: from gripe by crowbar.blow.ru with local (Exim 4.41 (FreeBSD)) id 1C5BYT-000BPl-P4; Thu, 09 Sep 2004 09:08:46 +1000 Received: from pop.inbox.ru by localhost with POP3 (fetchmail-6.2.5) for gripe@localhost (single-drop); Thu, 09 Sep 2004 09:08:45 +1000 (YAKST) Received: from [216.136.204.119] (port=25 helo=mx2.freebsd.org) by mx10.mail.ru with esmtp id 1C5DJn-00038w-00 for xlibris@inbox.ru; Thu, 09 Sep 2004 05:01:43 +0400 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7149B55B3C; Thu, 9 Sep 2004 01:01:32 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 653B016A4EB; Thu, 9 Sep 2004 01:01:26 +0000 (GMT) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3C1416A4CE; Thu, 9 Sep 2004 01:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD15843D1F; Thu, 9 Sep 2004 01:01:19 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8911Jkk087382; Thu, 9 Sep 2004 01:01:19 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8911JBG087381; Thu, 9 Sep 2004 01:01:19 GMT (envelope-from alfred) Message-Id: <200409090101.i8911JBG087381@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 9 Sep 2004 01:01:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Errors-To: owner-cvs-all@freebsd.org X-Spam: Not detected Sender: John Gripe X-Spam: Not detected Subject: cvs commit: src/sys/fs/autofs autofs.h autofs_util.c autofs_vfsops.c autofs_vnops.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 02:14:39 -0000 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"