From 20641b8749637fe71cdec4e1f0c09a196d5feda1 Mon Sep 17 00:00:00 2001 From: Brian Foster Date: Mon, 3 Feb 2014 10:06:23 +1100 Subject: [PATCH] xfs: remove spurious line continuation from _require_xfs_crc This causes the mkfs to fail and leads to tests being skipped. Signed-off-by: Brian Foster Reviewed-by: Jie Liu Signed-off-by: Dave Chinner --- common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rc b/common/rc index 49c86dec..e91568b0 100644 --- a/common/rc +++ b/common/rc @@ -1180,7 +1180,7 @@ _require_xfs_mkfs_crc() # _require_xfs_crc() { - _scratch_mkfs_xfs -m crc=1 >/dev/null 2>&1 \ + _scratch_mkfs_xfs -m crc=1 >/dev/null 2>&1 _scratch_mount >/dev/null 2>&1 \ || _notrun "Kernel doesn't support crc feature" umount $SCRATCH_MNT -- 2.47.3