]> asedeno.scripts.mit.edu Git - linux.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)
commit89ae379d564c5d8ed7fcf95ac21c7276811749eb
treef617e8e4775d1f50a62b9985a3389e57c3dbacff
parentefe2330fdc246a29b36f94f3c8bd8896b88dca6d
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