Print this page
patch first-pass

@@ -387,11 +387,11 @@
         /*
          * Make sure that zap_ismicro is set before we let others see
          * it, because zap_lockdir() checks zap_ismicro without the lock
          * held.
          */
-        dmu_buf_init_user(&zap->zap_dbu, zap_evict, &zap->zap_dbuf);
+        dmu_buf_init_user(&zap->zap_dbu, NULL, zap_evict, &zap->zap_dbuf);
         winner = dmu_buf_set_user(db, &zap->zap_dbu);
 
         if (winner != NULL) {
                 rw_exit(&zap->zap_rwlock);
                 rw_destroy(&zap->zap_rwlock);