mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 03:54:02 +00:00
btrfs: Cleanup the unused struct async_sched.
The struct async_sched is not used by any codes and can be removed. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-by: Josef Bacik <jbacik@fusionio.com> Tested-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com>
This commit is contained in:
parent
644d1940ab
commit
f5961d41d7
1 changed files with 0 additions and 7 deletions
|
@ -5323,13 +5323,6 @@ static void btrfs_end_bio(struct bio *bio, int err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct async_sched {
|
|
||||||
struct bio *bio;
|
|
||||||
int rw;
|
|
||||||
struct btrfs_fs_info *info;
|
|
||||||
struct btrfs_work work;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* see run_scheduled_bios for a description of why bios are collected for
|
* see run_scheduled_bios for a description of why bios are collected for
|
||||||
* async submit.
|
* async submit.
|
||||||
|
|
Loading…
Add table
Reference in a new issue