btrfs-progs/convert
Qu Wenruo 89d5eb5527 btrfs-progs: convert: Make btrfs_reserved_ranges const
Since btrfs_reserved_ranges array is just used to store btrfs reserved
ranges, no one will nor should modify them at run time, make them static
and const will be better.

This also eliminates the use of immediate number 3.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
[ definition stays in source-fs.c ]
Signed-off-by: David Sterba <dsterba@suse.com>
2017-03-16 17:40:35 +01:00
..
common.c btrfs-progs: remove unused argument from btrfs_csum_data 2017-03-08 13:00:47 +01:00
common.h btrfs-progs: convert: rename members that clash with other functions 2017-03-08 13:00:46 +01:00
main.c btrfs-progs: convert: Make btrfs_reserved_ranges const 2017-03-16 17:40:35 +01:00
Makefile btrfs-progs: build: add stub makefile to convert 2017-03-08 13:00:46 +01:00
source-ext2.c btrfs-progs: add missing limits headers 2017-03-16 17:02:44 +01:00
source-ext2.h btrfs-progs: convert: move ext2 definitions out of main 2017-03-08 13:00:45 +01:00
source-fs.c btrfs-progs: convert: Make btrfs_reserved_ranges const 2017-03-16 17:40:35 +01:00
source-fs.h btrfs-progs: convert: Make btrfs_reserved_ranges const 2017-03-16 17:40:35 +01:00