Btrfs-progs: switch all existing commands to a new parser
authorIlya Dryomov <idryomov@gmail.com>
Fri, 3 Feb 2012 19:00:17 +0000 (21:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 3 Feb 2012 19:00:17 +0000 (21:00 +0200)
commitd675085a67fba325c7c35dbf3b2ec544354f7742
treebe4fdc3517270c3c17154b4cf8898383657d26b9
parent8b4e3d8b5b9e3cb65b244fec55d93608d1a1e319
Btrfs-progs: switch all existing commands to a new parser

The new infrastructure offloads checking number of arguments passed to a
command to individual command handlers.  Fix them up accordingly.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
btrfs.c
btrfs_cmds.h [deleted file]
cmds-device.c
cmds-filesystem.c
cmds-inspect.c
cmds-scrub.c
cmds-subvolume.c
commands.h