Commit 6ba40b61 authored by Miao Xie's avatar Miao Xie Committed by Chris Mason

Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie

Signed-off-by: default avatarMiao Xie <miaox@cn.fujitsu.com>
Signed-off-by: default avatarChris Mason <clm@fb.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment