mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-22 07:06:22 +00:00
scst, persistent reservations: Fix a locking error (merge r4641 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@5012 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2150,7 +2150,6 @@ static int scst_persistent_reserve_in_local(struct scst_cmd *cmd)
|
||||
break;
|
||||
default:
|
||||
PRINT_ERROR("Unsupported action %x", action);
|
||||
scst_pr_write_unlock(dev);
|
||||
goto out_err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user