diff options
author | Anand Jain <anand.jain@oracle.com> | 2018-02-26 16:46:05 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-03-26 15:09:40 +0200 |
commit | d612ac59efc3b57858f310c8471d7ee2779658c9 (patch) | |
tree | d9b1e15bc7db9bd65040c51b8a9a5142adb02ba7 /fs/btrfs/inode.c | |
parent | de224b7c56baa335bde9afcb4aa68f03c38f5f42 (diff) | |
download | op-kernel-dev-d612ac59efc3b57858f310c8471d7ee2779658c9.zip op-kernel-dev-d612ac59efc3b57858f310c8471d7ee2779658c9.tar.gz |
btrfs: unify types for metadata_ratio and data_chunk_allocations
We have btrfs_fs_info::data_chunk_allocations and
btrfs_fs_info::metadata_ratio declared as unsigned which would be
unsinged int and kernel style prefers unsigned int over bare unsigned.
So this patch changes them to u32.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode.c')
0 files changed, 0 insertions, 0 deletions