projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fefdee
)
xfs: remove unused FI_ flags
author
Christoph Hellwig
<
[email protected]
>
Fri, 15 Nov 2013 17:38:48 +0000
(09:38 -0800)
committer
Ben Myers
<
[email protected]
>
Wed, 4 Dec 2013 20:11:05 +0000
(14:11 -0600)
Signed-off-by: Christoph Hellwig <
[email protected]
>
Reviewed-by: Eric Sandeen <
[email protected]
.>
Signed-off-by: Ben Myers <
[email protected]
>
fs/xfs/xfs_vnode.h
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_vnode.h
b/fs/xfs/xfs_vnode.h
index 3e8e797c6d110ce01b0964a2e3845d8a59defd0b..e8a77383c0d5af630f4c154fa48e4d9ee345d95c 100644
(file)
--- a/
fs/xfs/xfs_vnode.h
+++ b/
fs/xfs/xfs_vnode.h
@@
-34,15
+34,6
@@
struct attrlist_cursor_kern;
{ IO_ISDIRECT, "DIRECT" }, \
{ 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.
*/