Skip to content

Commit

Permalink
dm thin metadata: Fix trivial math error in on-disk format documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffle Xu <jefflexu@linux.alibaba.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
  • Loading branch information
Jeffle Xu authored and Mike Snitzer committed Jan 7, 2020
1 parent 63ee92d commit 4306904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-thin-metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* - A hierarchical btree, with 2 levels which effectively maps (thin
* dev id, virtual block) -> block_time. Block time is a 64-bit
* field holding the time in the low 24 bits, and block in the top 48
* field holding the time in the low 24 bits, and block in the top 40
* bits.
*
* BTrees consist solely of btree_nodes, that fill a block. Some are
Expand Down

0 comments on commit 4306904

Please sign in to comment.