diff options
author | Alexander Aring <aahringo@redhat.com> | 2021-11-02 20:17:08 +0100 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2021-11-02 20:39:20 +0100 |
commit | bb6866a5bdc5ff0236147c01394f6a264978a16c (patch) | |
tree | d1ce7b4259aa42ba443868277513b71e63c691d4 | |
parent | fs: dlm: remove obsolete INBUF define (diff) | |
download | linux-bb6866a5bdc5ff0236147c01394f6a264978a16c.tar.xz linux-bb6866a5bdc5ff0236147c01394f6a264978a16c.zip |
fs: dlm: fix small lockspace typo
This patch fixes a typo from lockspace to lockspace.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
-rw-r--r-- | fs/dlm/lockspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index 10eddfa6c3d7..b90566502a81 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 |