btrfs: drop default value assignments in enums
authorDavid Sterba <dsterba@suse.com>
Tue, 18 Jun 2019 18:00:08 +0000 (20:00 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 2 Jul 2019 10:30:50 +0000 (12:30 +0200)
commitf262fa8de6a2510e13a59ad3ecdcb0f2d468bb98
tree79e84cd766bed65d4e8138608815011990fc2210
parent2792237d0c4c226c6a6059fefe7f712aa0c94003
btrfs: drop default value assignments in enums

A few more instances whre we don't need to specify the values as long as
they are the same that enum assigns automatically. All of the enums are
in-memory only and nothing relies on the exact values.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
fs/btrfs/file.c