]> 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)
commit1f008eb16a48873cb109e0d874bf036ffc270a60
tree79e84cd766bed65d4e8138608815011990fc2210
parent09ec0053af5acea06daf224b1192ba073cfe2257
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