]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
loop: Remove struct loop_func_table
authorZhu Yanjun <yanjun.zhu@linux.dev>
Thu, 27 Feb 2025 16:33:43 +0000 (17:33 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Mar 2025 14:14:47 +0000 (07:14 -0700)
The struct is introduced in the commit 754d96798fab
("loop: remove loop.h"), but it is not used now.
So remove it.

No functional changes.

Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250227163343.55952-1-yanjun.zhu@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c

index 657bf53decf31ea2a8c88ca8532a7ef9eda9b54c..8ca09230379460a86a67e639f820a4a694f89eab 100644 (file)
@@ -45,8 +45,6 @@ enum {
        Lo_deleting,
 };
 
-struct loop_func_table;
-
 struct loop_device {
        int             lo_number;
        loff_t          lo_offset;