From: David Woodhouse Date: Sat, 19 Sep 2009 23:14:01 +0000 (-0700) Subject: jffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent,inode} slabs X-Git-Tag: v2.6.32-rc1~160^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd799983e947539bf3b5c0a502eba650d3dcc29a;p=pandora-kernel.git jffs2: Use SLAB_HWCACHE_ALIGN for jffs2_raw_{dirent,inode} slabs We may end up doing DMA to/from these. Until the new MTD API fixes the issues, this should stop things from falling over. Original idea from Gilles Casse Signed-off-by: David Woodhouse --- Reading git-diff-tree failed