diff options
author | Dave Chinner <david@fromorbit.com> | 2014-02-20 15:16:39 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-02-20 15:16:39 +1100 |
commit | 027f185e66eb24e2ea291ff3b93c1e4bd07b85b4 (patch) | |
tree | 6ec052f37d2a0574c4fdf1dc9044982db4d40a8a /include/linux/fs.h | |
parent | b678573e29749e7fe884c3a8e61c1cf1e1093987 (diff) | |
parent | 9862f62faba8c279ac07415a6f610041116fbdc0 (diff) |
Merge remote-tracking branch 'xfs-async-aio-extend' into for-next
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 09f553c59813..f7faefcf4843 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2527,6 +2527,9 @@ enum { /* filesystem does not support filling holes */ DIO_SKIP_HOLES = 0x02, + + /* filesystem can handle aio writes beyond i_size */ + DIO_ASYNC_EXTEND = 0x04, }; void dio_end_io(struct bio *bio, int error); |