diff --git a/[refs] b/[refs] index 61bdbd52257c..bf082f761db5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 363275216c1a1b0b82c8419310c194b8c26b9c27 +refs/heads/master: ae118962b9f8572b5ff00e85c053dbeede2314db diff --git a/trunk/fs/dlm/device.c b/trunk/fs/dlm/device.c index 5da4b2ed988d..49a20d549216 100644 --- a/trunk/fs/dlm/device.c +++ b/trunk/fs/dlm/device.c @@ -626,7 +626,7 @@ static int do_user_remove_lockspace(struct file_info *fi, uint8_t cmd, } if (kparams->flags & DLM_USER_LSFLG_FORCEFREE) - force = 2; + force = 3; status = unregister_lockspace(lsinfo, force); mutex_unlock(&user_ls_lock);