summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
diff options
context:
space:
mode:
authorDarrick J. Wong2019-04-26 03:26:22 +0200
committerDarrick J. Wong2019-04-26 21:28:55 +0200
commited30dcbd901c513b63de98278dbd7a6a0dcc50c6 (patch)
tree438d5f8d55e8e91e3086e7d4ca5bed09700171be /fs/xfs/xfs_mount.c
parentxfs: track delayed allocation reservations across the filesystem (diff)
downloadkernel-qcow2-linux-ed30dcbd901c513b63de98278dbd7a6a0dcc50c6.tar.gz
kernel-qcow2-linux-ed30dcbd901c513b63de98278dbd7a6a0dcc50c6.tar.xz
kernel-qcow2-linux-ed30dcbd901c513b63de98278dbd7a6a0dcc50c6.zip
xfs: rename the speculative block allocation reclaim toggle functions
"reclaim" is used throughout the icache code to mean reclamation of incore inode structures. It's also used for two helper functions that toggle background deletion of speculative preallocations. Separate the second of the two uses to make things less confusing. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r--fs/xfs/xfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c
index 4cedf6f8565b..6b2bfe81dc51 100644
--- a/fs/xfs/xfs_mount.c
+++ b/fs/xfs/xfs_mount.c
@@ -1107,7 +1107,7 @@ xfs_unmountfs(
uint64_t resblks;
int error;
- xfs_icache_disable_reclaim(mp);
+ xfs_stop_block_reaping(mp);
xfs_fs_unreserve_ag_blocks(mp);
xfs_qm_unmount_quotas(mp);
xfs_rtunmount_inodes(mp);