xfs: remove the extents array from the rmap update done log item
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 3 Aug 2016 02:28:43 +0000 (12:28 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 3 Aug 2016 02:28:43 +0000 (12:28 +1000)
commit722e251770306ee325151b28e40b5d7e5497d687
treee08729ba5724bf31c9b6df0331bbb0359ab5ecc1
parentc1d22ae89cf6086d6a457b3b9241fcb36ebddd14
xfs: remove the extents array from the rmap update done log item

Nothing ever uses the extent array in the rmap update done redo
item, so remove it before it is fixed in the on-disk log format.

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_log_format.h
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_rmap_item.c
fs/xfs/xfs_rmap_item.h
fs/xfs/xfs_super.c
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_rmap.c