From: Eric Sandeen <sandeen@redhat.com>
Date: Thu, 16 Apr 2015 20:04:56 +0000 (-0500)
Subject: fix I_DIO_WAKEUP definition
X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ac74d8d65c83d8061034d0908e1eab6a0c24f923;p=openwrt%2Fstaging%2Fblogic.git

fix I_DIO_WAKEUP definition

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>
---

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 9055eefa92c7..43565607088e 100644
--- 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