Reviewed by:	mckusick
Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2017-08-21 16:16:02 +00:00
parent 3bce6630f2
commit b5f2560d09

View File

@ -14059,7 +14059,7 @@ softdep_count_dependencies(bp, wantcount)
}
out:
FREE_LOCK(ump);
return retval;
return (retval);
}
/*