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:
fe0f07d
)
fix I_DIO_WAKEUP definition
author
Eric Sandeen
<sandeen@redhat.com>
Thu, 16 Apr 2015 20:04:56 +0000
(15:04 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 24 Apr 2015 19:45:34 +0000
(15:45 -0400)
I_DIO_WAKEUP is never directly used, but fix it up anyway.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index 9055eefa92c74049b718729e1c54be47e2767ed6..43565607088ea5efeccf720e8275049ccaf3730e 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-1812,7
+1812,7
@@
struct super_operations {
#define I_SYNC (1 << __I_SYNC)
#define I_REFERENCED (1 << 8)
#define __I_DIO_WAKEUP 9
-#define I_DIO_WAKEUP (1 << I_DIO_WAKEUP)
+#define I_DIO_WAKEUP (1 <<
__
I_DIO_WAKEUP)
#define I_LINKABLE (1 << 10)
#define I_DIRTY_TIME (1 << 11)
#define __I_DIRTY_TIME_EXPIRED 12