xfs: enable the xfs_defer mechanism to process rmaps to update
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 3 Aug 2016 02:11:01 +0000 (12:11 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 3 Aug 2016 02:11:01 +0000 (12:11 +1000)
commitf8dbebef98f0b960a0e91d6b8d45c288c377797b
tree6c57c1a1836c3824843e11bd762941b3c6dfb74c
parent9e88b5d86703bb836d33dcd0c70eb59e049c80c7
xfs: enable the xfs_defer mechanism to process rmaps to update

Connect the xfs_defer mechanism with the pieces that we'll need to
handle deferred rmap updates.  We'll wire up the existing code to
our new deferred mechanism later.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_defer.h
fs/xfs/xfs_super.c
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_rmap.c