X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fxfs%2Flinux-2.6%2Fxfs_vnode.h;h=da76c1f1e11ca8db8c0f45ecaefbd2948a80e686;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3466465fa8d5ca5aa6ef923a3e442e0a2d82b9f7;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index 3466465fa..da76c1f1e 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h @@ -379,6 +379,7 @@ typedef struct vnodeops { /* * Flags for read/write calls - same values as IRIX */ +#define IO_ISAIO 0x00001 /* don't wait for completion */ #define IO_ISDIRECT 0x00004 /* bypass page cache */ #define IO_INVIS 0x00020 /* don't update inode timestamps */