aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.h
diff options
context:
space:
mode:
authorDavid Sterba <[email protected]>2022-06-06 17:07:02 +0000
committerDavid Sterba <[email protected]>2022-07-25 15:45:36 +0000
commitbfceac7fd3c47175fec75c32071051de5969a34c (patch)
treee090a7ba75b27a523e882199ff35cfba15c8aafc /fs/btrfs/async-thread.h
parentbtrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino (diff)
downloadkernel-bfceac7fd3c47175fec75c32071051de5969a34c.tar.gz
kernel-bfceac7fd3c47175fec75c32071051de5969a34c.zip
btrfs: remove unused typedefs get_extent_t and btrfs_work_func_t
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/async-thread.h')
-rw-r--r--fs/btrfs/async-thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/async-thread.h b/fs/btrfs/async-thread.h
index 07960529b360..6e2596ddae10 100644
--- a/fs/btrfs/async-thread.h
+++ b/fs/btrfs/async-thread.h
@@ -13,7 +13,6 @@ struct btrfs_fs_info;
struct btrfs_workqueue;
struct btrfs_work;
typedef void (*btrfs_func_t)(struct btrfs_work *arg);
-typedef void (*btrfs_work_func_t)(struct work_struct *arg);
struct btrfs_work {
btrfs_func_t func;