commit | 1ce0aa802c4cbe6dfe2c7fa95c839d75a509c9a5 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Oct 31 20:37:15 2013 +0100 |
committer | Jan Kara <jack@suse.cz> | Thu Oct 31 20:37:15 2013 +0100 |
tree | 9206fb8d2dc95f9f826c4a169a90292cbca875cb | |
parent | 444996027e80f96c9948d8d5b8f067a8aff9861d [diff] |
jbd: Revert "jbd: remove dependency on __GFP_NOFAIL" This reverts commit 05713082ab7690a2b22b044cfc867f346c39cd2d. The idea to remove __GFP_NOFAIL was opposed by Andrew Morton. Although mm guys do want to get rid of __GFP_NOFAIL users, opencoding the allocation retry is even worse. See emails following http://www.gossamer-threads.com/lists/linux/kernel/1809153#1809153 Signed-off-by: Jan Kara <jack@suse.cz>