]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: incremental send, remove dead code
authorFilipe Manana <fdmanana@suse.com>
Thu, 12 Mar 2015 16:04:50 +0000 (16:04 +0000)
committerChris Mason <clm@fb.com>
Fri, 27 Mar 2015 00:55:52 +0000 (17:55 -0700)
commit5f806c3ae2ff6263a10a6901f97abb74dac03d36
treea7de0ff1b25557a7020081bdf2da95649b24bddb
parent8996a48c0a8ed01c55f52e6794625c95a9977ee6
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>
fs/btrfs/send.c