K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-02-17T19:09:06.893446Z K 7 svn:log V 321 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. Approved by: re (glebius) END