commit | dd799983e947539bf3b5c0a502eba650d3dcc29a | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 19 16:14:01 2009 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 19 16:14:01 2009 -0700 |
tree | c7aba1d0d2d515a37b725e88f93624ed07992c84 | |
parent | 894572a363539dc2e8ddde83056bd22fadb30748 [diff] |
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 <list@gcasse.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>