]> www.infradead.org Git - nvme.git/commit
btrfs: qgroup: delete a TODO about using kmem cache to allocate structures
authorJunchao Sun <sunjunchao2870@gmail.com>
Tue, 28 May 2024 06:23:43 +0000 (14:23 +0800)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:22 +0000 (15:33 +0200)
commita56b79523483c04862d478687d888038720a1bb4
treef05cbe9bbab4da360338d1bdd622d6a0974fa017
parenta185373e53c6d22134c89be8508cfb5a491103c8
btrfs: qgroup: delete a TODO about using kmem cache to allocate structures

Generic slab works fine allocating btrfs_qgroup_extent_record
structures. It's not necessary to create a dedicated kmem cache that
would be created but unused if quotas were not enabled. Let's delete the
TODO line.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Junchao Sun <sunjunchao2870@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/qgroup.h