After r216626 no extra { } are needed with VFS_UNLOCK_GIANT().
This commit is contained in:
parent
f097c06091
commit
fef0f93e5f
@ -1166,9 +1166,9 @@ out:
|
||||
if (credanon != NULL)
|
||||
crfree(credanon);
|
||||
|
||||
if (error) {
|
||||
if (error)
|
||||
VFS_UNLOCK_GIANT(vfslocked);
|
||||
} else
|
||||
else
|
||||
*vfslockedp = vfslocked;
|
||||
return (error);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user