Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
This commit is contained in:
Miao Xie 2014-07-24 11:37:12 +08:00 committed by Chris Mason
parent addc3fa74e
commit 6ba40b615f
1 changed files with 2 additions and 2 deletions

View File

@ -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 */