Resolve 'suggest parentheses' warning which was introduced
This commit is contained in:
parent
4b67af72f4
commit
572b26ddc3
|
@ -1025,7 +1025,7 @@ dmu_tx_abort(dmu_tx_t *tx)
|
||||||
dnode_rele(dn, tx);
|
dnode_rele(dn, tx);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (dcb = list_head(&tx->tx_callbacks)) {
|
while ((dcb = list_head(&tx->tx_callbacks))) {
|
||||||
list_remove(&tx->tx_callbacks, dcb);
|
list_remove(&tx->tx_callbacks, dcb);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue