]> git.hungrycats.org Git - linux/commit
Btrfs: incremental send, remove dead code
authorFilipe Manana <fdmanana@suse.com>
Thu, 12 Mar 2015 16:04:50 +0000 (16:04 +0000)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Sun, 29 Mar 2015 16:38:00 +0000 (12:38 -0400)
commit173daf0c8906c485f5747c30ce602f0e7bb9df44
treec5244af8403f65e84526c242d2ee91276eda30d4
parent48b9df64ae73382b1faca9f29c8e9d86f30ede57
Btrfs: incremental send, remove dead code

The logic to detect path loops when attempting to apply a pending
directory rename, introduced in commit
f959492fc15b (Btrfs: send, fix more issues related to directory renames)
is no longer needed, and the respective fstests test case for that commit,
btrfs/045, now passes without this code (as well as all the other test
cases for send/receive).

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit 5f806c3ae2ff6263a10a6901f97abb74dac03d36)
fs/btrfs/send.c