summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/iscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/scrub/iscan.c')
-rw-r--r--fs/xfs/scrub/iscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/scrub/iscan.c b/fs/xfs/scrub/iscan.c
index ae056e6748f2..7b16d221b5e7 100644
--- a/fs/xfs/scrub/iscan.c
+++ b/fs/xfs/scrub/iscan.c
@@ -292,8 +292,8 @@ xchk_iscan_iget(
struct xfs_mount *mp = sc->mp;
int error;
- error = xfs_iget(mp, sc->tp, iscan->cursor_ino,
- XFS_IGET_DONTCACHE | XFS_IGET_UNTRUSTED, 0, ipp);
+ error = xfs_iget(mp, sc->tp, iscan->cursor_ino, XFS_IGET_UNTRUSTED, 0,
+ ipp);
trace_xchk_iscan_iget(mp, iscan, error);