Source-Changes archive

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

CVS commit: src/sys/rump



Module Name:    src
Committed By:   pooka
Date:           Sun Jan 27 20:01:29 UTC 2008

Modified Files:
        src/sys/rump/fs/lib/libp2k: p2k.c
        src/sys/rump/fs/lib/libukfs: ukfs.c
        src/sys/rump/librump/rumpkern: rump.c rump.h

Log Message:
Don't fool around when recycling vnodes, simply override refcount
to 1, hold on tight to your hat, and call recycle.  The reason is
that we might pick up extra references such as from lookup and we
don't really care about tracking those.  For example with p2k,
puffs in the kernel already does all the refcounting we could ever
dream of, and therefore it's left to the client and unnecessary.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.17 -r1.18 src/sys/rump/fs/lib/libukfs/ukfs.c
cvs rdiff -r1.32 -r1.33 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.22 -r1.23 src/sys/rump/librump/rumpkern/rump.h

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