Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm:
dlm: use more NOFS allocation
dlm: connect to nodes earlier
dlm: fix use count with multiple joins
dlm: Make name input parameter of {,dlm_}new_lockspace() const
This commit is contained in:
+2
-2
@@ -81,8 +81,8 @@ struct dlm_lksb {
|
||||
* the cluster, the calling node joins it.
|
||||
*/
|
||||
|
||||
int dlm_new_lockspace(char *name, int namelen, dlm_lockspace_t **lockspace,
|
||||
uint32_t flags, int lvblen);
|
||||
int dlm_new_lockspace(const char *name, int namelen,
|
||||
dlm_lockspace_t **lockspace, uint32_t flags, int lvblen);
|
||||
|
||||
/*
|
||||
* dlm_release_lockspace
|
||||
|
||||
Reference in New Issue
Block a user