]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: use a list_head for iclog callbacks
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:27:34 +0000 (19:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 29 Jun 2019 02:27:34 +0000 (19:27 -0700)
commit2c7a7ef38adc66ef614fce71d9e91ac5a367902d
treef617e8e4775d1f50a62b9985a3389e57c3dbacff
parent4e1b2152002d39ddd963e5110038c22bb3aac312
xfs: use a list_head for iclog callbacks

Replace the hand grown linked list handling and cil context attachment
with the standard list_head structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_log_priv.h