Get rid of xfs_buf_log_item_t typedef
authorCarlos Maiolino <cmaiolino@redhat.com>
Wed, 24 Jan 2018 21:38:48 +0000 (13:38 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Jan 2018 15:27:22 +0000 (07:27 -0800)
commit70a20655339ab90866300e174a47631df49a018a
treed7eebe96c1b7b26d0cb6cbcd345fe7b69358804d
parent75d4a13b1f6163340e1695bc487ff7fcdc6bc965
Get rid of xfs_buf_log_item_t typedef

Take advantage of the rework on xfs_buf log items list, to get rid of
ths typedef for xfs_buf_log_item.

This patch also fix some indentation alignment issues found along the way.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_trans_buf.c