diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-05-31 21:32:02 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-06-04 01:56:04 +0300 |
commit | f1bc5c5630f90b83b339e8970dcf6d03abba5bd5 (patch) | |
tree | 3f29e812a2f25e485e1e596904aaa1129e9b0fc5 /fs/xfs/xfs_icache.h | |
parent | 9d5ee837595134f91bb2d66f571f498c3b8ab148 (diff) | |
download | linux-f1bc5c5630f90b83b339e8970dcf6d03abba5bd5.tar.xz |
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.h | 1 |
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; }; /* |