commit | f262fa8de6a2510e13a59ad3ecdcb0f2d468bb98 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Jun 18 20:00:08 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Jul 02 12:30:50 2019 +0200 |
tree | 79e84cd766bed65d4e8138608815011990fc2210 | |
parent | 2792237d0c4c226c6a6059fefe7f712aa0c94003 [diff] |
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>