xfs: small cleanup in xrep_update_qflags()
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 7 Mar 2024 08:39:18 +0000 (11:39 +0300)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 22 Apr 2024 07:21:43 +0000 (12:51 +0530)
commitd983ff63af6068a6773283660222fff10f66e184
treeb80253a9fd7b5e6fa7c92546b034cd1bbe10d7f5
parent7d7c82a04d3d93c8b6f8ed71aa5bc39cdc96377c
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>
fs/xfs/scrub/repair.c