mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
bcachefs: Drop bch_write_op->io_wq
This is dead code Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
committed by
Kent Overstreet
parent
a94407434b
commit
2d78737d96
@@ -71,7 +71,6 @@ static inline void bch2_write_op_init(struct bch_write_op *op, struct bch_fs *c,
|
||||
struct bch_io_opts opts)
|
||||
{
|
||||
op->c = c;
|
||||
op->io_wq = index_update_wq(op);
|
||||
op->flags = 0;
|
||||
op->written = 0;
|
||||
op->error = 0;
|
||||
|
||||
@@ -95,7 +95,6 @@ struct bch_write_bio {
|
||||
struct bch_write_op {
|
||||
struct closure cl;
|
||||
struct bch_fs *c;
|
||||
struct workqueue_struct *io_wq;
|
||||
u64 start_time;
|
||||
|
||||
unsigned written; /* sectors */
|
||||
@@ -111,7 +110,6 @@ struct bch_write_op {
|
||||
struct bch_devs_list devs_have;
|
||||
u16 target;
|
||||
u16 nonce;
|
||||
|
||||
struct bch_io_opts opts;
|
||||
|
||||
struct bpos pos;
|
||||
|
||||
Reference in New Issue
Block a user