diff options
author | Christoph Hellwig <hch@infradead.org> | 2013-11-15 12:38:48 -0500 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-12-04 15:11:05 -0500 |
commit | f23007784570278ca5963c35d5b3847d710ed695 (patch) | |
tree | b6ed08f75ca7994a83f3520ae0a1fd81fa0d6e8a /fs/xfs/xfs_vnode.h | |
parent | 3fefdeee92686995ff03e847cbd7bf5ebcd85ff8 (diff) |
xfs: remove unused FI_ flags
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@redhat.com.>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_vnode.h')
-rw-r--r-- | fs/xfs/xfs_vnode.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/xfs/xfs_vnode.h b/fs/xfs/xfs_vnode.h index 3e8e797c6d11..e8a77383c0d5 100644 --- a/fs/xfs/xfs_vnode.h +++ b/fs/xfs/xfs_vnode.h | |||
@@ -35,15 +35,6 @@ struct attrlist_cursor_kern; | |||
35 | { IO_INVIS, "INVIS"} | 35 | { IO_INVIS, "INVIS"} |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * Flush/Invalidate options for vop_toss/flush/flushinval_pages. | ||
39 | */ | ||
40 | #define FI_NONE 0 /* none */ | ||
41 | #define FI_REMAPF 1 /* Do a remapf prior to the operation */ | ||
42 | #define FI_REMAPF_LOCKED 2 /* Do a remapf prior to the operation. | ||
43 | Prevent VM access to the pages until | ||
44 | the operation completes. */ | ||
45 | |||
46 | /* | ||
47 | * Some useful predicates. | 38 | * Some useful predicates. |
48 | */ | 39 | */ |
49 | #define VN_MAPPED(vp) mapping_mapped(vp->i_mapping) | 40 | #define VN_MAPPED(vp) mapping_mapped(vp->i_mapping) |