diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index b5ea418693b1..f200e0244082 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h | |||
@@ -73,12 +73,9 @@ typedef enum bhv_vrwlock { | |||
73 | #define IO_INVIS 0x00020 /* don't update inode timestamps */ | 73 | #define IO_INVIS 0x00020 /* don't update inode timestamps */ |
74 | 74 | ||
75 | /* | 75 | /* |
76 | * Flags for vop_iflush call | 76 | * Flags for xfs_inode_flush |
77 | */ | 77 | */ |
78 | #define FLUSH_SYNC 1 /* wait for flush to complete */ | 78 | #define FLUSH_SYNC 1 /* wait for flush to complete */ |
79 | #define FLUSH_INODE 2 /* flush the inode itself */ | ||
80 | #define FLUSH_LOG 4 /* force the last log entry for | ||
81 | * this inode out to disk */ | ||
82 | 79 | ||
83 | /* | 80 | /* |
84 | * Flush/Invalidate options for vop_toss/flush/flushinval_pages. | 81 | * Flush/Invalidate options for vop_toss/flush/flushinval_pages. |