From: Alexander Aring Date: Tue, 2 Nov 2021 19:17:08 +0000 (-0400) Subject: fs: dlm: fix small lockspace typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bb6866a5bdc5ff0236147c01394f6a264978a16c;p=linux.git fs: dlm: fix small lockspace typo This patch fixes a typo from lockspace to lockspace. Signed-off-by: Alexander Aring Signed-off-by: David Teigland --- diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index 10eddfa6c3d7b..b90566502a813 100644 --- a/fs/dlm/lockspace.c +++ b/fs/dlm/lockspace.c @@ -868,7 +868,7 @@ static int release_lockspace(struct dlm_ls *ls, int force) * until this returns. * * Force has 4 possible values: - * 0 - don't destroy locksapce if it has any LKBs + * 0 - don't destroy lockspace if it has any LKBs * 1 - destroy lockspace if it has remote LKBs but not if it has local LKBs * 2 - destroy lockspace regardless of LKBs * 3 - destroy lockspace as part of a forced shutdown