From owner-cvs-all@FreeBSD.ORG Fri Jan 2 17:36:33 2004 Return-Path: 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 0DAF216A4CE; Fri, 2 Jan 2004 17:36:33 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CB843D46; Fri, 2 Jan 2004 17:36:31 -0800 (PST) (envelope-from tjr@freebsd.org) Received: from freebsd.org (210.50.200.140) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A0175E237; Sat, 3 Jan 2004 12:36:27 +1100 Message-ID: <3FF61CD6.4060800@freebsd.org> Date: Sat, 03 Jan 2004 12:37:26 +1100 From: Tim Robbins User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <20040102200923.O36463-100000@mail.chesapeake.net> In-Reply-To: <20040102200923.O36463-100000@mail.chesapeake.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 01:36:33 -0000 Jeff Roberson wrote: >On Fri, 2 Jan 2004, Tim J. Robbins wrote: > > > >>tjr 2004/01/02 16:36:46 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/fs/unionfs union_vnops.c >> Log: >> Pass ACL, extended attribute and MAC vnode ops down the vnode stack. >> >> >> > >We should be able to do this in a generic way without the use of specific >hooks for routines that only require pass through. See null_bypass() for >an example. > >Cheers, >Jeff > > We should - I didn't realise exactly how much code I added until I saw the commit mail. Is there a generic way to tell whether an operation requires a locked vnode or not? Tim