commit | 0a0d4415e3389b6a2e89896808dea27d2402d154 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Thu Jan 25 15:56:17 2018 -0800 |
committer | David Sterba <dsterba@suse.com> | Sat Mar 31 01:41:12 2018 +0200 |
tree | 3402bfe136387d0b21e0f14fad4d31c3071a9895 | |
parent | 4408ea7c5fd92cbdff3b5890601b9be6610bbb33 [diff] |
Btrfs: delete dead code in btrfs_orphan_add() btrfs_orphan_add() has had this case commented out since it was first introduced in commit d68fc57b7e32 ("Btrfs: Metadata reservation for orphan inodes"). Most of the orphan cleanup code has been rewritten since then, so it's safe to say that this code isn't needed. Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> [ switch to bool ] Signed-off-by: David Sterba <dsterba@suse.com>