linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs: remove btrfs_bit_radix_cachep declaration
@ 2022-09-09  6:54 Gaosheng Cui
  2022-09-09 12:45 ` Josef Bacik
  0 siblings, 1 reply; 2+ messages in thread
From: Gaosheng Cui @ 2022-09-09  6:54 UTC (permalink / raw)
  To: clm, josef, dsterba, chris.mason, cuigaosheng1; +Cc: linux-btrfs, linux-kernel

btrfs_bit_radix_cachep has been removed since
commit 45c06543afe2 ("Btrfs: remove unused btrfs_bit_radix slab"),
so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 fs/btrfs/ctree.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 0108585d838d..8b7b7a212da0 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -42,7 +42,6 @@ struct btrfs_delayed_ref_root;
 struct btrfs_space_info;
 struct btrfs_block_group;
 extern struct kmem_cache *btrfs_trans_handle_cachep;
-extern struct kmem_cache *btrfs_bit_radix_cachep;
 extern struct kmem_cache *btrfs_path_cachep;
 extern struct kmem_cache *btrfs_free_space_cachep;
 extern struct kmem_cache *btrfs_free_space_bitmap_cachep;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs: remove btrfs_bit_radix_cachep declaration
  2022-09-09  6:54 [PATCH] btrfs: remove btrfs_bit_radix_cachep declaration Gaosheng Cui
@ 2022-09-09 12:45 ` Josef Bacik
  0 siblings, 0 replies; 2+ messages in thread
From: Josef Bacik @ 2022-09-09 12:45 UTC (permalink / raw)
  To: Gaosheng Cui; +Cc: clm, dsterba, chris.mason, linux-btrfs, linux-kernel

On Fri, Sep 09, 2022 at 02:54:51PM +0800, Gaosheng Cui wrote:
> btrfs_bit_radix_cachep has been removed since
> commit 45c06543afe2 ("Btrfs: remove unused btrfs_bit_radix slab"),
> so remove it.
> 
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>

Reviewed-by: Josef Bacik <josef@toxicpanda.com>

Thanks,

Josef

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-09 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09  6:54 [PATCH] btrfs: remove btrfs_bit_radix_cachep declaration Gaosheng Cui
2022-09-09 12:45 ` Josef Bacik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).