From: Alan Huang Date: Fri, 18 Jul 2025 03:42:22 +0000 (+0800) Subject: xfs: Remove unused label in xfs_dax_notify_dev_failure X-Git-Tag: block-6.17-20250808~74^2~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8c10b04f9fc1760cb79068073686d8866e59d40f;p=linux-block.git xfs: Remove unused label in xfs_dax_notify_dev_failure Fixes: e967dc40d501 ("xfs: return the allocated transaction from xfs_trans_alloc_empty") Signed-off-by: Alan Huang Reviewed-by: Christoph Hellwig Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/xfs_notify_failure.c b/fs/xfs/xfs_notify_failure.c index fbd521f89874..fbeddcac4792 100644 --- a/fs/xfs/xfs_notify_failure.c +++ b/fs/xfs/xfs_notify_failure.c @@ -350,7 +350,6 @@ xfs_dax_notify_dev_failure( error = -EFSCORRUPTED; } -out: /* Thaw the fs if it has been frozen before. */ if (mf_flags & MF_MEM_PRE_REMOVE) xfs_dax_notify_failure_thaw(mp, kernel_frozen);