mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
xfs: small cleanup in xrep_update_qflags()
The "mp" pointer is the same as "sc->mp" so this change doesn't affect runtime at all. However, it's nicer to use same name for both the lock and the unlock. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
This commit is contained in:
parent
7d7c82a04d
commit
d983ff63af
@ -729,7 +729,7 @@ xrep_update_qflags(
|
||||
xfs_trans_log_buf(sc->tp, bp, 0, sizeof(struct xfs_dsb) - 1);
|
||||
|
||||
no_update:
|
||||
mutex_unlock(&sc->mp->m_quotainfo->qi_quotaofflock);
|
||||
mutex_unlock(&mp->m_quotainfo->qi_quotaofflock);
|
||||
}
|
||||
|
||||
/* Force a quotacheck the next time we mount. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user