]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext2: Cache line align indirection buffers
authorSimon Glass <sjg@chromium.org>
Wed, 21 Dec 2011 10:01:27 +0000 (10:01 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 5 Jan 2012 16:12:11 +0000 (17:12 +0100)
commit26784f1ecb5002aa309f2aefcb1157a9282a2007
tree055b904a1458e16883effcbcc9c954ab3c0c60d2
parentaa701b94336b358798d676eef12a7b90bdac23f5
ext2: Cache line align indirection buffers

Make ext2 use cache line aligned buffers for reading from the filesystem.
This is needed when caches are enabled because unaligned cache invalidates
are not safe.

Signed-off-by: Simon Glass <sjg@chromium.org>
fs/ext2/ext2fs.c