From: Artem Bityutskiy Date: Thu, 24 Mar 2011 14:14:26 +0000 (+0200) Subject: UBIFS: use GFP_NOFS properly X-Git-Tag: v2.6.39-rc1~92^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5e58c0c4fd86881ec8ba8e46e41a07e25dc7a6;p=pandora-kernel.git UBIFS: use GFP_NOFS properly This patch fixes a brown-paperbag bug which was introduced by me: I used incorrect "GFP_KERNEL | GFP_NOFS" allocation flags to make sure my allocations do not cause write-back. But the correct form is "GFP_NOFS". Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed