Skip to content

Commit 975ed01

Browse files
jc2870kdave
authored andcommitted
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 <[email protected]> Signed-off-by: Junchao Sun <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent c0558ba commit 975ed01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/btrfs/qgroup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ struct btrfs_inode;
123123

124124
/*
125125
* Record a dirty extent, and info qgroup to update quota on it
126-
* TODO: Use kmem cache to alloc it.
127126
*/
128127
struct btrfs_qgroup_extent_record {
129128
struct rb_node node;

0 commit comments

Comments
 (0)