diff options
author | Pawel Jakub Dawidek <[email protected]> | 2023-05-03 23:25:22 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2023-05-11 16:07:07 -0700 |
commit | 9879930f7a42350a7f5cc0a0edc611c77ae1281e (patch) | |
tree | afac74cf1a123256590224ed8c181454bf5501c5 /module/zfs | |
parent | b6d7370b9de5ebc7aae8ada702c3d05b81d28d77 (diff) |
Remove badly placed comment.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Pawel Jakub Dawidek <[email protected]>
Closes #14825
Diffstat (limited to 'module/zfs')
-rw-r--r-- | module/zfs/dmu.c | 4 |
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; |