From: Gioh Kim Date: Fri, 5 Sep 2014 02:36:35 +0000 (-0400) Subject: jbd/jbd2: use non-movable memory for the jbd superblock X-Git-Tag: fixes-against-v3.18-rc2~28^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49058fab2912296f068759490ac69ba43b43861;p=pandora-kernel.git jbd/jbd2: use non-movable memory for the jbd superblock Sicne the jbd/jbd2 superblock is not released until the file system is unmounted, allocate the buffer cache from the non-moveable area to allow page migration and CMA allocations to more easily succeed. Signed-off-by: Gioh Kim Signed-off-by: Theodore Ts'o Reviewed-by: Jan Kara --- Reading git-diff-tree failed