On Fri, May 23, 2014 at 10:50:01AM +0800, Anand Jain wrote: > From: Anand Jain <Anand.Jain@xxxxxxxxxx> > > generally if you use > echo "test" > /sys/fs/btrfs/<fsid>/label > it would introduce return char at the end and it can not > be part of the label. The correct command is > echo -n "test" > /sys/fs/btrfs/<fsid>/label > > This patch will check for this user error > > Signed-off-by: Anand Jain <Anand.Jain@xxxxxxxxxx> Reviewed-by: David Sterba <dsterba@xxxxxxx> Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
