Merge branch 'xfs-4.8-split-dax-dio' into for-next

This commit is contained in:
Dave Chinner
2016-07-20 11:54:37 +10:00
8 changed files with 203 additions and 118 deletions

View File

@@ -473,14 +473,4 @@ do { \
extern struct kmem_zone *xfs_inode_zone;
/*
* Flags for read/write calls
*/
#define XFS_IO_ISDIRECT 0x00001 /* bypass page cache */
#define XFS_IO_INVIS 0x00002 /* don't update inode timestamps */
#define XFS_IO_FLAGS \
{ XFS_IO_ISDIRECT, "DIRECT" }, \
{ XFS_IO_INVIS, "INVIS"}
#endif /* __XFS_INODE_H__ */