commit | f97a43e4366277f5b683a130af7f1d86ce7c162b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Mar 20 08:49:19 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Mar 23 08:27:58 2020 -0700 |
tree | 7b6c15cc74c00ce7accd310653d1495391b6c0f5 | |
parent | 81e5b50a8fb5a2865ede48f6012a0bb9b9136cdc [diff] |
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>