aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorMiao Xie <miaox@cn.fujitsu.com>2014-07-23 23:37:12 -0400
committerChris Mason <clm@fb.com>2014-09-17 16:37:48 -0400
commit6ba40b615f6e2aac40c24b649c0170d43ae19165 (patch)
tree3d9f779e6be09ffb2374bb723eaf2ec6d3808fde /fs
parentaddc3fa74e5bcfabc0766f934a8895d1f9f6a67c (diff)
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/volumes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index 0defd232e290..90d4fa80bd58 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -64,10 +64,10 @@ struct btrfs_device {
64 /* the internal btrfs device id */ 64 /* the internal btrfs device id */
65 u64 devid; 65 u64 devid;
66 66
67 /* size of the device */ 67 /* size of the device in memory */
68 u64 total_bytes; 68 u64 total_bytes;
69 69
70 /* size of the disk */ 70 /* size of the device on disk */
71 u64 disk_total_bytes; 71 u64 disk_total_bytes;
72 72
73 /* bytes used */ 73 /* bytes used */