Merge commit 'refs/top-bases/linux-docs' into linux-docs
This commit is contained in:
commit
8c5d69f9e0
|
@ -1802,8 +1802,7 @@ dbuf_create_bonus(dnode_t *dn)
|
||||||
void
|
void
|
||||||
dbuf_add_ref(dmu_buf_impl_t *db, void *tag)
|
dbuf_add_ref(dmu_buf_impl_t *db, void *tag)
|
||||||
{
|
{
|
||||||
ASSERTV(int64_t holds = refcount_add(&db->db_holds, tag));
|
VERIFY(refcount_add(&db->db_holds, tag) > 1);
|
||||||
ASSERT(holds > 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma weak dmu_buf_rele = dbuf_rele
|
#pragma weak dmu_buf_rele = dbuf_rele
|
||||||
|
|
Loading…
Reference in New Issue