diff options
author | Filipe Manana <fdmanana@suse.com> | 2022-10-11 15:17:02 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 20:00:39 +0300 |
commit | 61dbb952f0a5f587c983d88853212e969d2d4ede (patch) | |
tree | 0e28d1d2e8a16d2c72afaedb04c595f475d0e854 /fs/ntfs3/run.c | |
parent | ceb707da9ad92ad3a5251dc13844034ded06cb3d (diff) | |
download | linux-61dbb952f0a5f587c983d88853212e969d2d4ede.tar.xz |
btrfs: turn the backref sharedness check cache into a context object
Right now we are using a struct btrfs_backref_shared_cache to pass state
across multiple btrfs_is_data_extent_shared() calls. The structure's name
closely follows its current purpose, which is to cache previous checks
for the sharedness of metadata extents. However we will start using the
structure for more things other than caching sharedness checks, so rename
it to struct btrfs_backref_share_check_ctx.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/ntfs3/run.c')
0 files changed, 0 insertions, 0 deletions