diff options
| author | Josef Bacik <[email protected]> | 2022-10-19 10:50:56 -0400 | 
|---|---|---|
| committer | David Sterba <[email protected]> | 2022-12-05 18:00:42 +0100 | 
| commit | 55e5cfd36da5d71e21b72a5922c9b6c349744c2a (patch) | |
| tree | 28386611ff28821444cc304763f613e23dcb224a /fs/btrfs/dev-replace.c | |
| parent | c52cc7b7acfb3290a0268538b82ac7cf18df7ca4 (diff) | |
btrfs: remove fs_info::pending_changes and related code
Now that we're not using this code anywhere we can remove it as well as
the member from fs_info.
We don't have any mount options or on/off features that would utilize
the pending infrastructure, the last one was inode_cache.
There was a patchset [1] to enable some features from sysfs that would
break things if it would be set immediately. In case we'll need that
kind of logic again the patch can be reverted, but for the current use
it can be replaced by the single state bit to do the commit.
[1] https://lore.kernel.org/linux-btrfs/[email protected]/
Reviewed-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Anand Jain <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
[ add note ]
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions