summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.h
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-05-31 11:32:02 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-06-03 15:56:04 -0700
commitf1bc5c5630f90b83b339e8970dcf6d03abba5bd5 (patch)
tree3f29e812a2f25e485e1e596904aaa1129e9b0fc5 /fs/xfs/xfs_icache.h
parent9d5ee837595134f91bb2d66f571f498c3b8ab148 (diff)
xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
Merge these two inode walk loops together, since they're pretty similar now. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_icache.h')
-rw-r--r--fs/xfs/xfs_icache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_icache.h b/fs/xfs/xfs_icache.h
index 3ec00f1fea86..b6ab1067c52b 100644
--- a/fs/xfs/xfs_icache.h
+++ b/fs/xfs/xfs_icache.h
@@ -15,6 +15,7 @@ struct xfs_eofblocks {
kgid_t eof_gid;
prid_t eof_prid;
__u64 eof_min_file_size;
+ int icw_scan_limit;
};
/*