cvs commit: src/sys/fs/unionfs union_vnops.c

Jeff Roberson jroberson at chesapeake.net
Fri Jan 2 17:11:16 PST 2004


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

>   Revision  Changes    Path
>   1.104     +239 -0    src/sys/fs/unionfs/union_vnops.c
>



More information about the cvs-src mailing list