MFV r353613: 10731 zfs: NULL pointer errors

FreeBSD already had these changes locally.
This commit removes a small formatting difference.

MFC after:	1 week
This commit is contained in:
Andriy Gapon 2019-10-16 06:38:05 +00:00
commit 7149963e95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353614

View File

@ -1249,8 +1249,7 @@ int
dsl_pool_user_release(dsl_pool_t *dp, uint64_t dsobj, const char *tag,
dmu_tx_t *tx)
{
return (dsl_pool_user_hold_rele_impl(dp, dsobj, tag, 0,
tx, B_FALSE));
return (dsl_pool_user_hold_rele_impl(dp, dsobj, tag, 0, tx, B_FALSE));
}
/*