btrfs-progs: remove __CHECKER__ from main code
authorZach Brown <zab@redhat.com>
Wed, 14 Aug 2013 23:16:32 +0000 (16:16 -0700)
committerDavid Sterba <dsterba@suse.cz>
Tue, 3 Sep 2013 17:41:01 +0000 (19:41 +0200)
commit7eab7f2a9cf0d261cb49fdd440828370db5af72a
tree0555baf4ebd344b24a902338bc515826a832b3a4
parentdfc66e3c9302470278e6a38c6a5c833153b99922
btrfs-progs: remove __CHECKER__ from main code

__CHECKER__ is only for the type juggling used to tell sparse which
types need conversion between address spaces.  It is not OK to use to
change the code that gets checked to avoid bugs elsewhere in the build
infrastructure.  We want to check the code that builds when the checker
isn't enabled.

Signed-off-by: Zach Brown <zab@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
btrfs-convert.c
btrfs-list.c
cmds-device.c
mkfs.c
utils.c