xfs: remove unused FI_ flags
authorChristoph Hellwig <hch@infradead.org>
Fri, 15 Nov 2013 17:38:48 +0000 (09:38 -0800)
committerBen Myers <bpm@sgi.com>
Wed, 4 Dec 2013 20:11:05 +0000 (14:11 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@redhat.com.>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_vnode.h

index 3e8e797..e8a7738 100644 (file)
@@ -35,15 +35,6 @@ struct attrlist_cursor_kern;
        { IO_INVIS,     "INVIS"}
 
 /*
- * Flush/Invalidate options for vop_toss/flush/flushinval_pages.
- */
-#define FI_NONE                        0       /* none */
-#define FI_REMAPF              1       /* Do a remapf prior to the operation */
-#define FI_REMAPF_LOCKED       2       /* Do a remapf prior to the operation.
-                                          Prevent VM access to the pages until
-                                          the operation completes. */
-
-/*
  * Some useful predicates.
  */
 #define VN_MAPPED(vp)  mapping_mapped(vp->i_mapping)