btrfs: kill the key type accessor helpers
authorDavid Sterba <dsterba@suse.cz>
Wed, 4 Jun 2014 16:41:45 +0000 (18:41 +0200)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:37:12 +0000 (13:37 -0700)
btrfs_set_key_type and btrfs_key_type are used inconsistently along with
open coded variants. Other members of btrfs_key are accessed directly
without any helpers anyway.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>

No differences found