Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */