]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
btrfs: remove unused set/clear_pending_info helpers
authorJosef Bacik <josef@toxicpanda.com>
Wed, 14 Sep 2022 15:06:25 +0000 (11:06 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:36 +0000 (18:00 +0100)
commitd60d956eb41f0945c2438af11ed412109c558f4f
treef1c0dce339e07a2748a8d7bb2b7cf482eef0b14f
parentc1b078545e64da7a2b67b74b9d12813b5dd2a529
btrfs: remove unused set/clear_pending_info helpers

The last users of these helpers were removed in 5297199a8bca ("btrfs:
remove inode number cache feature") so delete these helpers.

The point was for mount options that were applicable after transaction
commit so they could not be applied immediately. We don't have such
options anymore and if we do the patch can be reverted.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h