xfs: simplify the xfs_log_release_iclog calling convention
authorChristoph Hellwig <hch@lst.de>
Fri, 20 Mar 2020 15:49:19 +0000 (08:49 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 23 Mar 2020 15:27:58 +0000 (08:27 -0700)
commitf97a43e4366277f5b683a130af7f1d86ce7c162b
tree7b6c15cc74c00ce7accd310653d1495391b6c0f5
parent81e5b50a8fb5a2865ede48f6012a0bb9b9136cdc
xfs: simplify the xfs_log_release_iclog calling convention

The only caller of xfs_log_release_iclog doesn't care about the return
value, so remove it.  Also don't bother passing the mount pointer,
given that we can trivially derive it from the iclog.

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