]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/dlm/user.c
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[karo-tx-linux.git] / fs / dlm / user.c
index d8ea607564034a87bbc5e9614f5fdff6db347d4b..eb4ed9ba3098198e8d1db357db48c8f6e9e2ff34 100644 (file)
@@ -392,8 +392,9 @@ static int device_create_lockspace(struct dlm_lspace_params *params)
        if (!capable(CAP_SYS_ADMIN))
                return -EPERM;
 
-       error = dlm_new_lockspace(params->name, strlen(params->name),
-                                 &lockspace, params->flags, DLM_USER_LVB_LEN);
+       error = dlm_new_lockspace(params->name, NULL, params->flags,
+                                 DLM_USER_LVB_LEN, NULL, NULL, NULL,
+                                 &lockspace);
        if (error)
                return error;