mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
xfs: remove the no-op spinlock_destroy stub
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
5467b34bd1
commit
1e85a3670d
2 changed files with 0 additions and 4 deletions
|
@ -1580,7 +1580,6 @@ out_free_iclog:
|
|||
xfs_buf_free(iclog->ic_bp);
|
||||
kmem_free(iclog);
|
||||
}
|
||||
spinlock_destroy(&log->l_icloglock);
|
||||
xfs_buf_free(log->l_xbuf);
|
||||
out_free_log:
|
||||
kmem_free(log);
|
||||
|
@ -2027,7 +2026,6 @@ xlog_dealloc_log(
|
|||
kmem_free(iclog);
|
||||
iclog = next_iclog;
|
||||
}
|
||||
spinlock_destroy(&log->l_icloglock);
|
||||
|
||||
log->l_mp->m_log = NULL;
|
||||
kmem_free(log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue