From: Dave Chinner Date: Tue, 24 Aug 2010 02:01:50 +0000 (+1000) Subject: xfs: use range primitives for xfs page cache operations X-Git-Tag: v2.6.37-rc1~162^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae4c9deb30a8d5ee305b461625dcb298c9804a9;p=pandora-kernel.git xfs: use range primitives for xfs page cache operations While XFS passes ranges to operate on from the core code, the functions being called ignore the either the entire range or the end of the range. This is historical because when the function were written linux didn't have the necessary range operations. Update the functions to use the correct operations. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed