]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/direct-io.c
Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linux
[mirror_ubuntu-bionic-kernel.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);