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