All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Disseldorp <ddiss@suse.de>
To: fstests@vger.kernel.org
Cc: linux-cifs@vger.kernel.org, David Disseldorp <ddiss@suse.de>
Subject: [PATCH 1/2] common: rename _require_btrfs_cloner to _require_cloner
Date: Wed, 10 Dec 2014 01:14:44 +0100	[thread overview]
Message-ID: <1418170485-3732-1-git-send-email-ddiss@suse.de> (raw)

src/cloner.c is no longer Btrfs specific, so use a generic name.

Signed-off-by: David Disseldorp <ddiss@suse.de>
---
 common/rc       | 2 +-
 tests/btrfs/035 | 2 +-
 tests/btrfs/052 | 2 +-
 tests/btrfs/055 | 2 +-
 tests/btrfs/056 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/rc b/common/rc
index d5e3aff..ea80c77 100644
--- a/common/rc
+++ b/common/rc
@@ -2367,7 +2367,7 @@ _require_fssum()
 	[ -x $FSSUM_PROG ] || _notrun "fssum not built"
 }
 
-_require_btrfs_cloner()
+_require_cloner()
 {
 	CLONER_PROG=$here/src/cloner
 	[ -x $CLONER_PROG ] || \
diff --git a/tests/btrfs/035 b/tests/btrfs/035
index dd303af..35ddfce 100755
--- a/tests/btrfs/035
+++ b/tests/btrfs/035
@@ -45,7 +45,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
 _supported_fs btrfs
 _supported_os Linux
 _require_scratch
-_require_btrfs_cloner
+_require_cloner
 
 _scratch_mkfs > /dev/null 2>&1
 _scratch_mount
diff --git a/tests/btrfs/052 b/tests/btrfs/052
index 671034e..c75193d 100755
--- a/tests/btrfs/052
+++ b/tests/btrfs/052
@@ -44,7 +44,7 @@ _cleanup()
 _supported_fs btrfs
 _supported_os Linux
 _require_scratch
-_require_btrfs_cloner
+_require_cloner
 _need_to_be_root
 
 rm -f $seqres.full
diff --git a/tests/btrfs/055 b/tests/btrfs/055
index 10c6040..c0dd9ed 100755
--- a/tests/btrfs/055
+++ b/tests/btrfs/055
@@ -48,7 +48,7 @@ _cleanup()
 _supported_fs btrfs
 _supported_os Linux
 _require_scratch
-_require_btrfs_cloner
+_require_cloner
 _require_btrfs_fs_feature "no_holes"
 _require_btrfs_mkfs_feature "no-holes"
 _need_to_be_root
diff --git a/tests/btrfs/056 b/tests/btrfs/056
index 9ecfeb8..9e9d92b 100755
--- a/tests/btrfs/056
+++ b/tests/btrfs/056
@@ -52,7 +52,7 @@ _cleanup()
 _supported_fs btrfs
 _supported_os Linux
 _require_scratch
-_require_btrfs_cloner
+_require_cloner
 _require_btrfs_fs_feature "no_holes"
 _require_btrfs_mkfs_feature "no-holes"
 _require_dm_flakey
-- 
2.1.2


             reply	other threads:[~2014-12-10  0:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10  0:14 David Disseldorp [this message]
2014-12-10  0:14 ` [PATCH 2/2] cifs: add server-side copy sanity test David Disseldorp
2014-12-15  9:31   ` David Drysdale
2014-12-15 10:04     ` David Disseldorp
2014-12-15 10:43       ` [PATCH] cifs: add missing Makefile David Disseldorp
2014-12-10  3:38 ` [PATCH 1/2] common: rename _require_btrfs_cloner to _require_cloner Steve French

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418170485-3732-1-git-send-email-ddiss@suse.de \
    --to=ddiss@suse.de \
    --cc=fstests@vger.kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.