From 9879930f7a42350a7f5cc0a0edc611c77ae1281e Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 3 May 2023 23:25:22 -0700 Subject: [PATCH] Remove badly placed comment. Reviewed-by: Brian Behlendorf Signed-off-by: Pawel Jakub Dawidek Closes #14825 --- module/zfs/dmu.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/zfs/dmu.c b/module/zfs/dmu.c index 4e42bb3ef90c..072076ffe91d 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;