]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: don't use __GFP_NOFAIL in journal_init_common()
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 23 Dec 2009 13:05:15 +0000 (08:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 Dec 2009 13:05:15 +0000 (08:05 -0500)
commit062ac18e6fb0650713454133ffc130550230611d
tree1bd9a4b223aa22e201af9a87868a33ec53605daf
parent2747b26df180641fd5ffafc3ef0b82f3697cfcf3
jbd2: don't use __GFP_NOFAIL in journal_init_common()

It triggers the warning in get_page_from_freelist(), and it isn't
appropriate to use __GFP_NOFAIL here anyway.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=14843

Reported-by: Christian Casteyde <casteyde.christian@free.fr>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/journal.c