summaryrefslogtreecommitdiff
path: root/fs/btrfs/async-thread.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2022-06-06 20:07:02 +0300
committerDavid Sterba <dsterba@suse.com>2022-07-25 18:45:36 +0300
commitbfceac7fd3c47175fec75c32071051de5969a34c (patch)
treee090a7ba75b27a523e882199ff35cfba15c8aafc /fs/btrfs/async-thread.h
parente3059ec06b9f1a96826cc2bb6ed131aac0942446 (diff)
downloadlinux-bfceac7fd3c47175fec75c32071051de5969a34c.tar.xz
btrfs: remove unused typedefs get_extent_t and btrfs_work_func_t
Signed-off-by: David Sterba <dsterba@suse.com>
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;