Skip to content

Commit 3aab938

Browse files
zhuyjaxboe
authored andcommitted
loop: Remove struct loop_func_table
The struct is introduced in the commit 754d967 ("loop: remove loop.h"), but it is not used now. So remove it. No functional changes. Signed-off-by: Zhu Yanjun <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent e84025d commit 3aab938

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/block/loop.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ enum {
4545
Lo_deleting,
4646
};
4747

48-
struct loop_func_table;
49-
5048
struct loop_device {
5149
int lo_number;
5250
loff_t lo_offset;

0 commit comments

Comments
 (0)