Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/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);
 
This page took 0.027918 seconds and 5 git commands to generate.