[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
SGI Modid: xfs-linux:xfs-kern:22378a Signed-off-by: Nathan Scott <nathans@sgi.com> Signed-off-by: Christoph Hellwig <hch@sgi.com>
This commit is contained in:
committed by
Christoph Hellwig
parent
24e17b5fb9
commit
f403b7f452
@@ -182,7 +182,7 @@ xfs_swapext(
|
||||
|
||||
if (VN_CACHED(tvp) != 0)
|
||||
xfs_inval_cached_pages(XFS_ITOV(tip), &(tip->i_iocore),
|
||||
(loff_t)0, 0, 0);
|
||||
(xfs_off_t)0, 0, 0);
|
||||
|
||||
/* Verify O_DIRECT for ftmp */
|
||||
if (VN_CACHED(tvp) != 0) {
|
||||
|
Reference in New Issue
Block a user