btrfs-progs: ignore -a option in mkfs
authorDavid Sterba <dsterba@suse.cz>
Wed, 12 Oct 2011 11:36:13 +0000 (13:36 +0200)
committerDavid Sterba <dsterba@suse.cz>
Thu, 17 Jan 2013 17:34:40 +0000 (18:34 +0100)
commit6cd836d7d95ae61edfca2406f48eeca47b8cfd81
tree10e0bb91800f8b36c4c0ff9f811e907d1d5c1b14
parent4bd93ea68c52944589a154743f37f546168902fe
btrfs-progs: ignore -a option in mkfs

Let mkfs accept '-a' option and not complain.  When a partition has non-zero
value in the fs_passno filed in /etc/fstab, the fsck is run but fails and boot
stops. As fsck does not break things currently, it's safe to ignore the option
and let the boot proceed.

Reference: https://bugzilla.novell.com/show_bug.cgi?id=655906

Signed-off-by: David Sterba <dsterba@suse.cz>
btrfsck.c