]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/linux-2.6/xfs_vnode.h
[XFS] Don't block pdflush when writing back inodes
[~andy/linux] / fs / xfs / linux-2.6 / xfs_vnode.h
index b5ea418693b1b4f1d76ef2b2dd8e6bf149733150..f200e02440827d8e4beb925b4dd18ee81560abb9 100644 (file)
@@ -73,12 +73,9 @@ typedef enum bhv_vrwlock {
 #define IO_INVIS       0x00020         /* don't update inode timestamps */
 
 /*
- * Flags for vop_iflush call
+ * Flags for xfs_inode_flush
  */
 #define FLUSH_SYNC             1       /* wait for flush to complete   */
-#define FLUSH_INODE            2       /* flush the inode itself       */
-#define FLUSH_LOG              4       /* force the last log entry for
-                                        * this inode out to disk       */
 
 /*
  * Flush/Invalidate options for vop_toss/flush/flushinval_pages.