btrfs: Annotate fall-through when parsing mount option
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 20 Jun 2018 17:03:32 +0000 (10:03 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:31 +0000 (13:12 +0200)
commitacd43e3cdffcb2e361e8b481c72e057d34fcd780
tree102f641de4799fb3c233d44ee912ec0d6c78a854
parentbece2e8239331d382f98b381f90e425a11157653
btrfs: Annotate fall-through when parsing mount option

This patch avoids that the compiler complains that a fall-through
annotation is missing when building with W=1.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c