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:           Wed Aug  8 14:09:08 UTC 2007

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

Log Message:
Provide rump_getvninfo() and use that in libp2k_lookup() to avoid an
extra getattr for stuff the file system already cached in the vnode.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/rump/fs/lib/libp2k/p2k.c
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpkern/rump.c \
    src/sys/rump/librump/rumpkern/vfs.c
cvs rdiff -r1.4 -r1.5 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