summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorMiao Xie2014-07-24 05:37:12 +0200
committerChris Mason2014-09-17 22:37:48 +0200
commit6ba40b615f6e2aac40c24b649c0170d43ae19165 (patch)
tree3d9f779e6be09ffb2374bb723eaf2ec6d3808fde /fs/btrfs/volumes.h
parentBtrfs: Fix the problem that the dirty flag of dev stats is cleared (diff)
downloadkernel-qcow2-linux-6ba40b615f6e2aac40c24b649c0170d43ae19165.tar.gz
kernel-qcow2-linux-6ba40b615f6e2aac40c24b649c0170d43ae19165.tar.xz
kernel-qcow2-linux-6ba40b615f6e2aac40c24b649c0170d43ae19165.zip
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/btrfs/volumes.h')
-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 {
/* the internal btrfs device id */
u64 devid;
- /* size of the device */
+ /* size of the device in memory */
u64 total_bytes;
- /* size of the disk */
+ /* size of the device on disk */
u64 disk_total_bytes;
/* bytes used */