projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ee92d
)
dm thin metadata: Fix trivial math error in on-disk format documentation
author
Jeffle Xu
<jefflexu@linux.alibaba.com>
Mon, 30 Dec 2019 02:54:32 +0000
(10:54 +0800)
committer
Mike Snitzer
<snitzer@redhat.com>
Tue, 7 Jan 2020 17:07:31 +0000
(12:07 -0500)
Signed-off-by: Jeffle Xu <jefflexu@linux.alibaba.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-thin-metadata.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-thin-metadata.c
b/drivers/md/dm-thin-metadata.c
index
ca03b38
..
4e44274
100644
(file)
--- a/
drivers/md/dm-thin-metadata.c
+++ b/
drivers/md/dm-thin-metadata.c
@@
-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 4
8
+ * field holding the time in the low 24 bits, and block in the top 4
0
* bits.
*
* BTrees consist solely of btree_nodes, that fill a block. Some are