]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Remove badly placed comment.
authorPawel Jakub Dawidek <pawel@dawidek.net>
Thu, 4 May 2023 06:25:22 +0000 (23:25 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 May 2023 23:07:07 +0000 (16:07 -0700)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net>
Closes #14825

module/zfs/dmu.c

index 4e42bb3ef90c4f789b8bc14c9ac2dee640406183..072076ffe91ddcecf880e1fcd0dd9a745fa80e66 100644 (file)
@@ -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;