]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r295616:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 17 Feb 2016 19:09:06 +0000 (19:09 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 17 Feb 2016 19:09:06 +0000 (19:09 +0000)
commitd23d52ada74785c0deeaaaea69059e0bab01a698
tree5014065ae6b31dd1d53d4b776f2abd113cfe62d8
parent037325ae0e82ede140f78b21e6daa63e0ef4d474
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)

git-svn-id: svn://svn.freebsd.org/base/stable/10@295714 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_vnops.c