Message ID | 94f6c64568a10ae8470b1477f6ce1f1b452a7117.1736418116.git.dsterba@suse.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Random cleanups for 6.14 | expand |
On Thu, 9 Jan 2025 at 11:27, David Sterba <dsterba@suse.com> wrote: > > The subvol_sruce was removed in c75e839414d361 ("btrfs: kill the subvol_sruce typo > subvol_srcu") years ago. > > Signed-off-by: David Sterba <dsterba@suse.com> > --- > fs/btrfs/disk-io.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h > index a7051e2570c1..587842991b24 100644 > --- a/fs/btrfs/disk-io.h > +++ b/fs/btrfs/disk-io.h > @@ -96,9 +96,6 @@ struct btrfs_root *btrfs_alloc_dummy_root(struct btrfs_fs_info *fs_info); > /* > * This function is used to grab the root, and avoid it is freed when we > * access it. But it doesn't ensure that the tree is not dropped. > - * > - * If you want to ensure the whole tree is safe, you should use > - * fs_info->subvol_srcu > */ > static inline struct btrfs_root *btrfs_grab_root(struct btrfs_root *root) > { > -- > 2.47.1 > >
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index a7051e2570c1..587842991b24 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h @@ -96,9 +96,6 @@ struct btrfs_root *btrfs_alloc_dummy_root(struct btrfs_fs_info *fs_info); /* * This function is used to grab the root, and avoid it is freed when we * access it. But it doesn't ensure that the tree is not dropped. - * - * If you want to ensure the whole tree is safe, you should use - * fs_info->subvol_srcu */ static inline struct btrfs_root *btrfs_grab_root(struct btrfs_root *root) {
The subvol_sruce was removed in c75e839414d361 ("btrfs: kill the subvol_srcu") years ago. Signed-off-by: David Sterba <dsterba@suse.com> --- fs/btrfs/disk-io.h | 3 --- 1 file changed, 3 deletions(-)