commit | 3ebfdf885acedafcadceb4007e77438479094135 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Wed Dec 23 08:05:15 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 23 08:05:15 2009 -0500 |
tree | 1bd9a4b223aa22e201af9a87868a33ec53605daf | |
parent | c8afb44682fcef6273e8b8eb19fab13ddd05b386 [diff] |
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>