Source-Changes archive

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

CVS commit: src/sys/fs/puffs



Module Name:    src
Committed By:   pooka
Date:           Thu Sep 27 21:44:12 UTC 2007

Modified Files:
        src/sys/fs/puffs: puffs_subr.c puffs_sys.h puffs_transport.c
            puffs_vfsops.c puffs_vnops.c

Log Message:
Differentiate between cookie2vnode returning an error and
return to caller, address unknown: no such cookie, no such node.
Make the callers use this info to either create a new vnode or bail.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.51 -r1.52 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.23 -r1.24 src/sys/fs/puffs/puffs_transport.c
cvs rdiff -r1.58 -r1.59 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.100 -r1.101 src/sys/fs/puffs/puffs_vnops.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