K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-02-17T19:11:09.012616Z K 7 svn:log V 294 MFC r295616: ext2fs: Remove panics for rename() race conditions. Sync with r84642 from UFS: The panics are inappropriate because the IN_RENAME flag only fixes a few of the huge number of race conditions that can result in the source path becoming invalid even prior to the VOP_RENAME() call. END