commit | 3ae4c9deb30a8d5ee305b461625dcb298c9804a9 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Aug 24 12:01:50 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Oct 18 15:07:24 2010 -0500 |
tree | ad118eaa99b28ed1742db8c9eb5c572dbeab46a3 | |
parent | cd07202cc8262e1669edff0d97715f3dd9260917 [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>