From: Ralf Baechle Date: Fri, 17 Jun 2011 15:20:28 +0000 (+0100) Subject: MIPS: cache: Provide cache flush operations for XFS X-Git-Tag: v3.2-rc1~69^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9cdc901af0f92da7f90c750d8c187f5500be067;p=pandora-kernel.git MIPS: cache: Provide cache flush operations for XFS Until now flush_kernel_vmap_range() and invalidate_kernel_vmap_range() did not exist on MIPS resulting in heavy cache corruption on XFS filesystems. Left for the post-3.0 time: optimization and make this work with highmem, too. Since the combination of highmem + cache aliases atm doesn't work this isn't a regression. Signed-off-by: Ralf Baechle Patchwork: https://patchwork.linux-mips.org/patch/2505/ --- Reading git-diff-tree failed