diff mbox

fix I_DIO_WAKEUP definition

Message ID 553015E8.9040200@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Sandeen April 16, 2015, 8:04 p.m. UTC
I_DIO_WAKEUP is never directly used, but fix it up anyway.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Al Viro April 16, 2015, 9:01 p.m. UTC | #1
On Thu, Apr 16, 2015 at 03:04:56PM -0500, Eric Sandeen wrote:
> I_DIO_WAKEUP is never directly used, but fix it up anyway.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Applied
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/fs.h b/include/linux/fs.h
index b4d71b5..e46842f 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1785,7 +1785,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