Resolve 'suggest parentheses' warning which was introduced

This commit is contained in:
Brian Behlendorf 2008-11-24 14:45:56 -08:00
parent 4b67af72f4
commit 572b26ddc3
1 changed files with 1 additions and 1 deletions

View File

@ -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);
/* /*