btrfs-progs: kill check for /'s in labels
authorJosef Bacik <jbacik@redhat.com>
Thu, 22 Jan 2009 19:25:44 +0000 (14:25 -0500)
committerDavid Sterba <dsterba@suse.cz>
Fri, 25 Jan 2013 22:38:31 +0000 (23:38 +0100)
commit79e0e445fc2365e47fc7f060d5a4445d37e184b8
treef44ab855a6b8839e0781c855f585e9221daf0c46
parentbbb9e4b419486dc6eb8dab3cb3ad446c1f5770d3
btrfs-progs: kill check for /'s in labels

This patch kills a check in mkfs's label stuff which doesn't allow labels that
have /'s in them.  This causes problems for Anaconda which try to label volumes
with their mountpoints.  Thanks,

Signed-off-by: Josef Bacik <jbacik@redhat.com>
mkfs.c