aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/zfs/dmu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/zfs/dmu.c b/module/zfs/dmu.c
index 4e42bb3ef..072076ffe 100644
--- a/module/zfs/dmu.c
+++ b/module/zfs/dmu.c
@@ -2197,10 +2197,6 @@ dmu_read_l0_bps(objset_t *os, uint64_t object, uint64_t offset, uint64_t length,
mutex_enter(&db->db_mtx);
- /*
- * If the block is not on the disk yet, it has no BP assigned.
- * There is not much we can do...
- */
if (!list_is_empty(&db->db_dirty_records)) {
dbuf_dirty_record_t *dr;