]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dlm/user.c
[DLM] add lock timeouts and warnings [2/6]
[linux-2.6-omap-h63xx.git] / fs / dlm / user.c
index b0201ec325a79578761a686c85ab376944ec2abe..c7612da5b6178d7a2d62cffe05e10147fcd8fbe4 100644 (file)
@@ -348,7 +348,7 @@ static int device_create_lockspace(struct dlm_lspace_params *params)
                return -EPERM;
 
        error = dlm_new_lockspace(params->name, strlen(params->name),
-                                 &lockspace, 0, DLM_USER_LVB_LEN);
+                                 &lockspace, params->flags, DLM_USER_LVB_LEN);
        if (error)
                return error;