From owner-cvs-all Fri May 18 0:43:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ADEA37B424; Fri, 18 May 2001 00:43:14 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I7hEZ32013; Fri, 18 May 2001 00:43:14 -0700 (PDT) (envelope-from bp) Message-Id: <200105180743.f4I7hEZ32013@freefall.freebsd.org> From: Boris Popov Date: Fri, 18 May 2001 00:43:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bp 2001/05/18 00:43:14 PDT Modified files: sys/miscfs/union union_vnops.c Log: Currently there is no way to tell if write operation invoked via vn_start_write() on the given vnode will be successful. VOP_LEASE() may help to solve this problem, but its return value ignored nearly everywhere. For now just assume that the missing upper layer on write means insufficient access rights (which is correct for most cases). Revision Changes Path 1.84 +2 -2 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message