From: Miao Xie Date: Thu, 24 Jul 2014 03:37:12 +0000 (+0800) Subject: Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie X-Git-Tag: v5.15~16838^2~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ba40b615f6e2aac40c24b649c0170d43ae19165;p=platform%2Fkernel%2Flinux-starfive.git Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie Signed-off-by: Miao Xie Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 0defd23..90d4fa8 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 */