]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iomap: fix the comment describing IOMAP_NOWAIT
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Jun 2018 16:03:07 +0000 (09:03 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 2 Jun 2018 01:37:32 +0000 (18:37 -0700)
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>
include/linux/iomap.h

index 8f7095fc514e15608ea4ce8b8104756db3cd209a..13d19b4c29a97bd441b924e9f26f90811c141121 100644 (file)
@@ -59,7 +59,7 @@ struct iomap {
 #define IOMAP_REPORT           (1 << 2) /* report extent status, e.g. FIEMAP */
 #define IOMAP_FAULT            (1 << 3) /* mapping for page fault */
 #define IOMAP_DIRECT           (1 << 4) /* direct I/O */
-#define IOMAP_NOWAIT           (1 << 5) /* Don't wait for writeback */
+#define IOMAP_NOWAIT           (1 << 5) /* do not block */
 
 struct iomap_ops {
        /*