X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fext4%2Fsuper.c;h=753f4e68b820da0dd78fc7a7e3a66e529846ea0b;hb=ccf27814a63fc122dc5980453a18847dc5d8429f;hp=04d0f1b334096525030674c6d818e124a1bd81f3;hpb=f5f7e6d4fff00c4d172767f66d42fa91baa819f6;p=karo-tx-linux.git diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 04d0f1b33409..753f4e68b820 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -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); }