Module Name: src Committed By: riastradh Date: Wed Jul 13 03:28:41 UTC 2011
Modified Files: src/sys/fs/tmpfs: tmpfs_vnops.c Log Message: Fix renaming over mismatched non-directory types in tmpfs. Renaming a file of any non-directory type over another file of any other non-directory type is OK -- they need not match as long as neither is a directory, so loosen the kassert to reflect this. XXX Need to write test cases for this. ok dholland, rmind To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 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.