Re: [PATCH v3 10/11] Btrfs: get rid of unused orphan infrastructure

2018-05-11 Thread Nikolay Borisov
On 11.05.2018 10:56, Omar Sandoval wrote: > From: Omar Sandoval > > Now that we don't keep long-standing reservations for orphan items, > root->orphan_block_rsv isn't used. We can git rid of it, along with > root->orphan_lock, which was used to protect it, root->orphan_inodes,

[PATCH v3 10/11] Btrfs: get rid of unused orphan infrastructure

2018-05-11 Thread Omar Sandoval
From: Omar Sandoval Now that we don't keep long-standing reservations for orphan items, root->orphan_block_rsv isn't used. We can git rid of it, along with root->orphan_lock, which was used to protect it, root->orphan_inodes, which was used as a refcount for it, and