diff options
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 ea80f1cdff06..81048f9bc783 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2550,6 +2550,9 @@ enum { | |||
2550 | 2550 | ||
2551 | /* filesystem does not support filling holes */ | 2551 | /* filesystem does not support filling holes */ |
2552 | DIO_SKIP_HOLES = 0x02, | 2552 | DIO_SKIP_HOLES = 0x02, |
2553 | |||
2554 | /* filesystem can handle aio writes beyond i_size */ | ||
2555 | DIO_ASYNC_EXTEND = 0x04, | ||
2553 | }; | 2556 | }; |
2554 | 2557 | ||
2555 | void dio_end_io(struct bio *bio, int error); | 2558 | void dio_end_io(struct bio *bio, int error); |