diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2016-10-03 09:11:22 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2016-10-03 09:11:22 -0700 |
commit | 33ba6129208475ec3aeffe6e9dad9f9afe022405 (patch) | |
tree | b1acf458b477cb41102ea4cca9cb5f6445b5e8c1 /fs/xfs/xfs_super.c | |
parent | 3172725814f9a689d6e8b3c7979b66403abf5dae (diff) | |
download | linux-stable-33ba6129208475ec3aeffe6e9dad9f9afe022405.tar.gz linux-stable-33ba6129208475ec3aeffe6e9dad9f9afe022405.tar.bz2 linux-stable-33ba6129208475ec3aeffe6e9dad9f9afe022405.zip |
xfs: connect refcount adjust functions to upper layers
Plumb in the upper level interface to schedule and finish deferred
refcount operations via the deferred ops mechanism.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index abe69c656ed0..62346223d04f 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -1903,6 +1903,7 @@ init_xfs_fs(void) xfs_extent_free_init_defer_op(); xfs_rmap_update_init_defer_op(); + xfs_refcount_update_init_defer_op(); xfs_dir_startup(); |