]> git.baikalelectronics.ru Git - kernel.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)
commitb1dfaf9bbb2c07dc4f6ff456b8b3df644247c938
treea7de0ff1b25557a7020081bdf2da95649b24bddb
parent2ef98e96e66a19f97421a1dd21d7facf8b37f1d1
Btrfs: incremental send, remove dead code

The logic to detect path loops when attempting to apply a pending
directory rename, introduced in commit
63d96cf6b779 (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