mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
btrfs: remove unused typedefs get_extent_t and btrfs_work_func_t
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
e3059ec06b
commit
bfceac7fd3
2 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue