summaryrefslogtreecommitdiff
path: root/libbcachefs/fs-io.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-11-22 00:42:55 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2017-11-22 00:50:47 -0500
commit22291ae84a029d65334d1a90b67b5031f45cd540 (patch)
treeab9fefe205577324915545b21535fcccbff89f48 /libbcachefs/fs-io.h
parent74cb92203293a8d5b16b078389f6b3dba5300e89 (diff)
Update bcachefs sources to 9e7ae5219c bcachefs: Make write points more dynamic
Diffstat (limited to 'libbcachefs/fs-io.h')
-rw-r--r--libbcachefs/fs-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/fs-io.h b/libbcachefs/fs-io.h
index dfdc9b52..505cea73 100644
--- a/libbcachefs/fs-io.h
+++ b/libbcachefs/fs-io.h
@@ -74,7 +74,7 @@ struct dio_write {
struct iovec inline_vecs[UIO_FASTIOV];
struct iov_iter iter;
- struct mm_struct *mm;
+ struct task_struct *task;
/* must be last: */
struct bchfs_write_op iop;