OSDN Git Service

btrfs: sort and group mount option definitions
authorDavid Sterba <dsterba@suse.com>
Fri, 9 Mar 2018 13:37:01 +0000 (14:37 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 30 Mar 2018 23:26:52 +0000 (01:26 +0200)
commit416a72022e43b4c1c5e144ec6af3f95870e8f71a
tree0013a43bdbf00f04b02f12aed7e285f9268caf09
parent62b8e077317971b74d79c9cc501db2ae861d48b2
btrfs: sort and group mount option definitions

Sort mount options by the primary name, followed by the 'no-'
counterpart if it exists. Group the deprecated and debugging options.
Enum and token defintions are synced.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c