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 09f553c59813..f7faefcf4843 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2527,6 +2527,9 @@ enum { | |||
2527 | 2527 | ||
2528 | /* filesystem does not support filling holes */ | 2528 | /* filesystem does not support filling holes */ |
2529 | DIO_SKIP_HOLES = 0x02, | 2529 | DIO_SKIP_HOLES = 0x02, |
2530 | |||
2531 | /* filesystem can handle aio writes beyond i_size */ | ||
2532 | DIO_ASYNC_EXTEND = 0x04, | ||
2530 | }; | 2533 | }; |
2531 | 2534 | ||
2532 | void dio_end_io(struct bio *bio, int error); | 2535 | void dio_end_io(struct bio *bio, int error); |