diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-08-28 16:13:18 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-14 19:59:12 -0400 |
| commit | ae469056313f7d8a63646de8ef53eebfefc2d9c0 (patch) | |
| tree | 3ef3fb97e64a9841215a7f61987a1e91594fcbba /fs/bcachefs/io_write.h | |
| parent | 1d18b5cabc89f9c0ea0a3a1d738d5a02d478117f (diff) | |
bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTED
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/io_write.h')
| -rw-r--r-- | fs/bcachefs/io_write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/io_write.h b/fs/bcachefs/io_write.h index 6c276a48f95d..5400ce94ee57 100644 --- a/fs/bcachefs/io_write.h +++ b/fs/bcachefs/io_write.h @@ -33,7 +33,7 @@ void bch2_submit_wbio_replicas(struct bch_write_bio *, struct bch_fs *, x(SYNC) \ x(MOVE) \ x(IN_WORKER) \ - x(DONE) \ + x(SUBMITTED) \ x(IO_ERROR) \ x(CONVERT_UNWRITTEN) |
