Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs
[firefly-linux-kernel-4.4.55.git] / include / linux / fs.h
index ea80f1cdff064b7c3bf330d186b9954a06985f9b..81048f9bc7837e3ce32fb12dddf158a09fbaf302 100644 (file)
@@ -2550,6 +2550,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);