* [PATCH] fix I_DIO_WAKEUP definition
@ 2015-04-16 20:04 Eric Sandeen
2015-04-16 21:01 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2015-04-16 20:04 UTC (permalink / raw)
To: linux-fsdevel@vger.kernel.org; +Cc: Christoph Hellwig, Al Viro
I_DIO_WAKEUP is never directly used, but fix it up anyway.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fix I_DIO_WAKEUP definition
2015-04-16 20:04 [PATCH] fix I_DIO_WAKEUP definition Eric Sandeen
@ 2015-04-16 21:01 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2015-04-16 21:01 UTC (permalink / raw)
To: Eric Sandeen; +Cc: linux-fsdevel@vger.kernel.org, Christoph Hellwig
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-16 21:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 20:04 [PATCH] fix I_DIO_WAKEUP definition Eric Sandeen
2015-04-16 21:01 ` Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).