Module Name: src Committed By: hannken Date: Thu Aug 28 08:29:50 UTC 2014
Modified Files: src/sys/fs/puffs: puffs_msgif.c puffs_node.c puffs_sys.h puffs_vfsops.c puffs_vnops.c Log Message: Change puffs from hashlist to vcache. - field "pa_nhashbuckets" of struct "puffs_kargs" becomes a no-op. and should be removed on the next protocol version bump. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/fs/puffs/puffs_msgif.c cvs rdiff -u -r1.31 -r1.32 src/sys/fs/puffs/puffs_node.c cvs rdiff -u -r1.85 -r1.86 src/sys/fs/puffs/puffs_sys.h cvs rdiff -u -r1.113 -r1.114 src/sys/fs/puffs/puffs_vfsops.c cvs rdiff -u -r1.183 -r1.184 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.