btrfs-progs: Rename variables in btrfs_add_to_fsid
authorZhao Lei <zhaolei@cn.fujitsu.com>
Tue, 3 Nov 2015 03:23:37 +0000 (11:23 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Nov 2015 12:16:02 +0000 (13:16 +0100)
commita40b0ff048385bde41935c4353154cdfc234ee64
treed39cc2cbd8858021fb0cfb39b678c80e9ab625c5
parent518fdbabd715600c698a78687aaebe7e957ca5e8
btrfs-progs: Rename variables in btrfs_add_to_fsid

There are two total_bytes in btrfs_add_to_fsid(), local variable
of total_bytes means fs_total_bytes, and device->total_bytes means
device's total_bytes.
And device's total_bytes in argument is named block_count in current
code.

This patch rename:
 total_bytes -> fs_total_bytes
 block_count -> device_total_bytes

To make code more readable.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
utils.c