]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ext4/super.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / ext4 / super.c
index 04d0f1b334096525030674c6d818e124a1bd81f3..753f4e68b820da0dd78fc7a7e3a66e529846ea0b 100644 (file)
@@ -1061,7 +1061,7 @@ static int bdev_try_to_free_page(struct super_block *sb, struct page *page,
                return 0;
        if (journal)
                return jbd2_journal_try_to_free_buffers(journal, page,
-                                                       wait & ~__GFP_WAIT);
+                                               wait & ~__GFP_DIRECT_RECLAIM);
        return try_to_free_buffers(page);
 }