commit | cc37bb04201217b7acb11213e16cb5530c30da8f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Tue Nov 19 13:36:21 2013 +0100 |
committer | Chris Mason <clm@fb.com> | Tue Jan 28 13:19:41 2014 -0800 |
tree | c27e7ecb38db667734de53619ebb00995d41521d | |
parent | 43d87fa23154d135a2a1006bc6656ae73ae84190 [diff] |
btrfs: replace BUG in can_modify_feature We don't need to crash hard here, it's just reading a sysfs file. The values considered in switch are from a fixed set, the default case should not happen at all. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>