Skip to content

Commit

Permalink
Revert "Revert "Initialize dbu_tqent in dmu_buf_init_user()""
Browse files Browse the repository at this point in the history
This reverts commit 18d5edaefa8f361f975ad211c2f7855770a64edd.
  • Loading branch information
ryao committed Oct 6, 2015
1 parent f490a4a commit 2669893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sys/dmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ dmu_buf_init_user(dmu_buf_user_t *dbu, dmu_buf_evict_func_t *evict_func,
ASSERT(dbu->dbu_evict_func == NULL);
ASSERT(evict_func != NULL);
dbu->dbu_evict_func = evict_func;
taskq_init_ent(&dbu->dbu_tqent);
#ifdef ZFS_DEBUG
dbu->dbu_clear_on_evict_dbufp = clear_on_evict_dbufp;
#endif
Expand Down

0 comments on commit 2669893

Please sign in to comment.