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:
commit
7149963e95
@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user