]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/direct-io.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[karo-tx-linux.git] / fs / direct-io.c
index 15381c474a118e6b8a62c4d3fc242593a0c0e36a..cb5337d8c273a5dd58e97d9be587fb56d643e52a 100644 (file)
@@ -363,7 +363,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);