]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit921cda99fffab7ed40a4ad758431b9ac284b5fb4
tree79e84cd766bed65d4e8138608815011990fc2210
parent0fc247294f2cfef10c3e438669ded95189826e05
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