Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/lib/libperfuse



Module Name:    src
Committed By:   riz
Date:           Sat Mar 10 16:42:30 UTC 2012

Modified Files:
        src/lib/libperfuse [netbsd-6]: ops.c perfuse_priv.h subr.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #104):
        lib/libperfuse/subr.c: revision 1.16
        lib/libperfuse/ops.c: revision 1.51
        lib/libperfuse/perfuse_priv.h: revision 1.26
The kernel can lookup the same node multiple time and will reclaim as
many times it looked up. All reclaims but the last one must be ignored,
otherwise we discard a node which will still get operations. We therefore
have to keep track of lookup/reclaim count and hnour reclaims only when
the count reaches zero.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.50.2.1 src/lib/libperfuse/ops.c
cvs rdiff -u -r1.25 -r1.25.2.1 src/lib/libperfuse/perfuse_priv.h
cvs rdiff -u -r1.15 -r1.15.2.1 src/lib/libperfuse/subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index