mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scst_dlm: Instantiate lockspace as soon as cluster mode is enabled
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6920 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1427,6 +1427,13 @@ static int scst_pr_dlm_init(struct scst_device *dev, const char *cl_dev_id)
|
||||
goto err_free;
|
||||
}
|
||||
|
||||
/*
|
||||
* Instantiate the lockspace such that APTPL registration information
|
||||
* is also made persistent on this node even if this node does not
|
||||
* receive any medium or PR SCSI commands.
|
||||
*/
|
||||
get_lockspace(dev);
|
||||
|
||||
res = 0;
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user