Module Name: src Committed By: rmind Date: Mon May 26 19:12:07 UTC 2014
Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: tmpfs_mknod: it is not our responsibility to call vput() on the directory vnode, so remove it (and ensure *vpp is NULL while here). To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/fs/tmpfs/tmpfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.