提交 6ba40b61 编写于 作者: M Miao Xie 提交者: Chris Mason

Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie

Signed-off-by: NMiao Xie <miaox@cn.fujitsu.com>
Signed-off-by: NChris Mason <clm@fb.com>
上级 addc3fa7
...@@ -64,10 +64,10 @@ struct btrfs_device { ...@@ -64,10 +64,10 @@ struct btrfs_device {
/* the internal btrfs device id */ /* the internal btrfs device id */
u64 devid; u64 devid;
/* size of the device */ /* size of the device in memory */
u64 total_bytes; u64 total_bytes;
/* size of the disk */ /* size of the device on disk */
u64 disk_total_bytes; u64 disk_total_bytes;
/* bytes used */ /* bytes used */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册