]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/fs.h
fix I_DIO_WAKEUP definition
[mirror_ubuntu-zesty-kernel.git] / include / linux / fs.h
index 9055eefa92c74049b718729e1c54be47e2767ed6..43565607088ea5efeccf720e8275049ccaf3730e 100644 (file)
@@ -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