cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vnops.c
David Schultz
das at FreeBSD.org
Sat Jun 14 16:27:30 PDT 2003
das 2003/06/14 16:27:29 PDT
FreeBSD src repository
Modified files:
sys/fs/unionfs union.h union_subr.c union_vnops.c
Log:
Factor out the process of freeing ``directory caches'', which unionfs
directory vnodes use to refer to their constituent vnodes, into
union_dircache_free(). Also s/union_dircache/union_dircache_get/ and
tweak the structure of union_dircache_r().
MFC after: 3 days
Revision Changes Path
1.27 +2 -1 src/sys/fs/unionfs/union.h
1.72 +21 -16 src/sys/fs/unionfs/union_subr.c
1.98 +2 -7 src/sys/fs/unionfs/union_vnops.c
More information about the cvs-src
mailing list