xfs: remove IO_ISAIO
[firefly-linux-kernel-4.4.55.git] / fs / xfs / linux-2.6 / xfs_file.c
index eff61e2732af27c8aad199ebab5c66d83c5b904f..e4caeb28ce2edab5b77f7149adc288b0f51d23b6 100644 (file)
@@ -52,7 +52,7 @@ xfs_file_aio_read(
        loff_t                  pos)
 {
        struct file             *file = iocb->ki_filp;
-       int                     ioflags = IO_ISAIO;
+       int                     ioflags = 0;
 
        BUG_ON(iocb->ki_pos != pos);
        if (unlikely(file->f_flags & O_DIRECT))
@@ -71,7 +71,7 @@ xfs_file_aio_write(
        loff_t                  pos)
 {
        struct file             *file = iocb->ki_filp;
-       int                     ioflags = IO_ISAIO;
+       int                     ioflags = 0;
 
        BUG_ON(iocb->ki_pos != pos);
        if (unlikely(file->f_flags & O_DIRECT))