diff options
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/device.c b/fs/dlm/device.c index 5da4b2ed988d..49a20d549216 100644 --- a/fs/dlm/device.c +++ b/fs/dlm/device.c | |||
@@ -626,7 +626,7 @@ static int do_user_remove_lockspace(struct file_info *fi, uint8_t cmd, | |||
626 | } | 626 | } |
627 | 627 | ||
628 | if (kparams->flags & DLM_USER_LSFLG_FORCEFREE) | 628 | if (kparams->flags & DLM_USER_LSFLG_FORCEFREE) |
629 | force = 2; | 629 | force = 3; |
630 | 630 | ||
631 | status = unregister_lockspace(lsinfo, force); | 631 | status = unregister_lockspace(lsinfo, force); |
632 | mutex_unlock(&user_ls_lock); | 632 | mutex_unlock(&user_ls_lock); |