From owner-cvs-all Wed Sep 18 2:54:18 2002 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 5D8EE37B401; Wed, 18 Sep 2002 02:54:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CAB543E72; Wed, 18 Sep 2002 02:54:17 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: from freefall.freebsd.org (bp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8I9sGCo002662; Wed, 18 Sep 2002 02:54:16 -0700 (PDT) (envelope-from bp@freefall.freebsd.org) Received: (from bp@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8I9sGbt002661; Wed, 18 Sep 2002 02:54:16 -0700 (PDT) Message-Id: <200209180954.g8I9sGbt002661@freefall.freebsd.org> From: Boris Popov Date: Wed, 18 Sep 2002 02:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bp 2002/09/18 02:54:16 PDT Modified files: sys/fs/smbfs smbfs_vnops.c Log: Always open file in the DENYNONE mode and let the server to decide what is good for this file. This should allow read only access to file which is already opened on server. Revision Changes Path 1.21 +15 -5 src/sys/fs/smbfs/smbfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message