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>
This commit is contained in:
parent
dea450c90f
commit
bb6866a5bd
|
@ -868,7 +868,7 @@ static int release_lockspace(struct dlm_ls *ls, int force)
|
||||||
* until this returns.
|
* until this returns.
|
||||||
*
|
*
|
||||||
* Force has 4 possible values:
|
* 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
|
* 1 - destroy lockspace if it has remote LKBs but not if it has local LKBs
|
||||||
* 2 - destroy lockspace regardless of LKBs
|
* 2 - destroy lockspace regardless of LKBs
|
||||||
* 3 - destroy lockspace as part of a forced shutdown
|
* 3 - destroy lockspace as part of a forced shutdown
|
||||||
|
|
Loading…
Reference in New Issue