]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/direct-io.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / direct-io.c
index 3ae0e0427191c7849fc70301e58792515f5f181c..18e7554cf94cac57d1eb3dc17ba4001e75cef5f6 100644 (file)
@@ -361,7 +361,7 @@ dio_bio_alloc(struct dio *dio, struct dio_submit *sdio,
 
        /*
         * bio_alloc() is guaranteed to return a bio when called with
-        * __GFP_WAIT and we request a valid number of vectors.
+        * __GFP_RECLAIM and we request a valid number of vectors.
         */
        bio = bio_alloc(GFP_KERNEL, nr_vecs);