diff options
author | Christoph Hellwig <hch@lst.de> | 2018-06-01 12:03:07 -0400 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-06-01 21:37:32 -0400 |
commit | 9ecac0ef2233edcb418cc17f9fcbe51ddb0c696c (patch) | |
tree | 6e3c484c13d7d010986a500e91c5509220e8696f | |
parent | 19319b53210c6b89c375cf395c08f156cccd83ea (diff) |
iomap: fix the comment describing IOMAP_NOWAIT
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
-rw-r--r-- | include/linux/iomap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iomap.h b/include/linux/iomap.h index 8f7095fc514e..13d19b4c29a9 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h | |||
@@ -59,7 +59,7 @@ struct iomap { | |||
59 | #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ | 59 | #define IOMAP_REPORT (1 << 2) /* report extent status, e.g. FIEMAP */ |
60 | #define IOMAP_FAULT (1 << 3) /* mapping for page fault */ | 60 | #define IOMAP_FAULT (1 << 3) /* mapping for page fault */ |
61 | #define IOMAP_DIRECT (1 << 4) /* direct I/O */ | 61 | #define IOMAP_DIRECT (1 << 4) /* direct I/O */ |
62 | #define IOMAP_NOWAIT (1 << 5) /* Don't wait for writeback */ | 62 | #define IOMAP_NOWAIT (1 << 5) /* do not block */ |
63 | 63 | ||
64 | struct iomap_ops { | 64 | struct iomap_ops { |
65 | /* | 65 | /* |