Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 00:43:14 -0700 (PDT)
From:      Boris Popov <bp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/miscfs/union union_vnops.c
Message-ID:  <200105180743.f4I7hEZ32013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105180743.f4I7hEZ32013>