public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers3@gmail.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: fstests@vger.kernel.org,
	David Oberhollenzer <david.oberhollenzer@sigma-star.at>,
	Eric Biggers <ebiggers@google.com>
Subject: [PATCH 2/5] kernel-configs: remove ext4- prefix from kernel-configs
Date: Wed, 17 May 2017 16:32:30 -0700	[thread overview]
Message-ID: <20170517233233.61244-3-ebiggers3@gmail.com> (raw)
In-Reply-To: <20170517233233.61244-1-ebiggers3@gmail.com>

From: Eric Biggers <ebiggers@google.com>

The kvm-xfstests/gce-xfstests kernel configs already have multiple
filesystems enabled, and I'd like to enable some more filesystems, so
remove the "ext4-" prefix from the config filenames.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 kernel-configs/{ext4-i386-config-3.10 => i386-config-3.10}     | 0
 kernel-configs/{ext4-i386-config-3.14 => i386-config-3.14}     | 0
 kernel-configs/{ext4-i386-config-3.3 => i386-config-3.3}       | 0
 kernel-configs/{ext4-i386-config-3.6 => i386-config-3.6}       | 0
 kernel-configs/{ext4-i386-config-3.8 => i386-config-3.8}       | 0
 kernel-configs/{ext4-i386-config-4.1 => i386-config-4.1}       | 0
 kernel-configs/{ext4-i386-config-4.7 => i386-config-4.7}       | 0
 kernel-configs/{ext4-i386-config-4.9 => i386-config-4.9}       | 0
 kernel-configs/{ext4-x86_64-config-3.10 => x86_64-config-3.10} | 0
 kernel-configs/{ext4-x86_64-config-3.14 => x86_64-config-3.14} | 0
 kernel-configs/{ext4-x86_64-config-3.18 => x86_64-config-3.18} | 0
 kernel-configs/{ext4-x86_64-config-3.2 => x86_64-config-3.2}   | 0
 kernel-configs/{ext4-x86_64-config-3.4 => x86_64-config-3.4}   | 0
 kernel-configs/{ext4-x86_64-config-4.1 => x86_64-config-4.1}   | 0
 kernel-configs/{ext4-x86_64-config-4.4 => x86_64-config-4.4}   | 0
 kernel-configs/{ext4-x86_64-config-4.7 => x86_64-config-4.7}   | 0
 kernel-configs/{ext4-x86_64-config-4.9 => x86_64-config-4.9}   | 0
 17 files changed, 0 insertions(+), 0 deletions(-)
 rename kernel-configs/{ext4-i386-config-3.10 => i386-config-3.10} (100%)
 rename kernel-configs/{ext4-i386-config-3.14 => i386-config-3.14} (100%)
 rename kernel-configs/{ext4-i386-config-3.3 => i386-config-3.3} (100%)
 rename kernel-configs/{ext4-i386-config-3.6 => i386-config-3.6} (100%)
 rename kernel-configs/{ext4-i386-config-3.8 => i386-config-3.8} (100%)
 rename kernel-configs/{ext4-i386-config-4.1 => i386-config-4.1} (100%)
 rename kernel-configs/{ext4-i386-config-4.7 => i386-config-4.7} (100%)
 rename kernel-configs/{ext4-i386-config-4.9 => i386-config-4.9} (100%)
 rename kernel-configs/{ext4-x86_64-config-3.10 => x86_64-config-3.10} (100%)
 rename kernel-configs/{ext4-x86_64-config-3.14 => x86_64-config-3.14} (100%)
 rename kernel-configs/{ext4-x86_64-config-3.18 => x86_64-config-3.18} (100%)
 rename kernel-configs/{ext4-x86_64-config-3.2 => x86_64-config-3.2} (100%)
 rename kernel-configs/{ext4-x86_64-config-3.4 => x86_64-config-3.4} (100%)
 rename kernel-configs/{ext4-x86_64-config-4.1 => x86_64-config-4.1} (100%)
 rename kernel-configs/{ext4-x86_64-config-4.4 => x86_64-config-4.4} (100%)
 rename kernel-configs/{ext4-x86_64-config-4.7 => x86_64-config-4.7} (100%)
 rename kernel-configs/{ext4-x86_64-config-4.9 => x86_64-config-4.9} (100%)

diff --git a/kernel-configs/ext4-i386-config-3.10 b/kernel-configs/i386-config-3.10
similarity index 100%
rename from kernel-configs/ext4-i386-config-3.10
rename to kernel-configs/i386-config-3.10
diff --git a/kernel-configs/ext4-i386-config-3.14 b/kernel-configs/i386-config-3.14
similarity index 100%
rename from kernel-configs/ext4-i386-config-3.14
rename to kernel-configs/i386-config-3.14
diff --git a/kernel-configs/ext4-i386-config-3.3 b/kernel-configs/i386-config-3.3
similarity index 100%
rename from kernel-configs/ext4-i386-config-3.3
rename to kernel-configs/i386-config-3.3
diff --git a/kernel-configs/ext4-i386-config-3.6 b/kernel-configs/i386-config-3.6
similarity index 100%
rename from kernel-configs/ext4-i386-config-3.6
rename to kernel-configs/i386-config-3.6
diff --git a/kernel-configs/ext4-i386-config-3.8 b/kernel-configs/i386-config-3.8
similarity index 100%
rename from kernel-configs/ext4-i386-config-3.8
rename to kernel-configs/i386-config-3.8
diff --git a/kernel-configs/ext4-i386-config-4.1 b/kernel-configs/i386-config-4.1
similarity index 100%
rename from kernel-configs/ext4-i386-config-4.1
rename to kernel-configs/i386-config-4.1
diff --git a/kernel-configs/ext4-i386-config-4.7 b/kernel-configs/i386-config-4.7
similarity index 100%
rename from kernel-configs/ext4-i386-config-4.7
rename to kernel-configs/i386-config-4.7
diff --git a/kernel-configs/ext4-i386-config-4.9 b/kernel-configs/i386-config-4.9
similarity index 100%
rename from kernel-configs/ext4-i386-config-4.9
rename to kernel-configs/i386-config-4.9
diff --git a/kernel-configs/ext4-x86_64-config-3.10 b/kernel-configs/x86_64-config-3.10
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-3.10
rename to kernel-configs/x86_64-config-3.10
diff --git a/kernel-configs/ext4-x86_64-config-3.14 b/kernel-configs/x86_64-config-3.14
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-3.14
rename to kernel-configs/x86_64-config-3.14
diff --git a/kernel-configs/ext4-x86_64-config-3.18 b/kernel-configs/x86_64-config-3.18
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-3.18
rename to kernel-configs/x86_64-config-3.18
diff --git a/kernel-configs/ext4-x86_64-config-3.2 b/kernel-configs/x86_64-config-3.2
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-3.2
rename to kernel-configs/x86_64-config-3.2
diff --git a/kernel-configs/ext4-x86_64-config-3.4 b/kernel-configs/x86_64-config-3.4
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-3.4
rename to kernel-configs/x86_64-config-3.4
diff --git a/kernel-configs/ext4-x86_64-config-4.1 b/kernel-configs/x86_64-config-4.1
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-4.1
rename to kernel-configs/x86_64-config-4.1
diff --git a/kernel-configs/ext4-x86_64-config-4.4 b/kernel-configs/x86_64-config-4.4
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-4.4
rename to kernel-configs/x86_64-config-4.4
diff --git a/kernel-configs/ext4-x86_64-config-4.7 b/kernel-configs/x86_64-config-4.7
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-4.7
rename to kernel-configs/x86_64-config-4.7
diff --git a/kernel-configs/ext4-x86_64-config-4.9 b/kernel-configs/x86_64-config-4.9
similarity index 100%
rename from kernel-configs/ext4-x86_64-config-4.9
rename to kernel-configs/x86_64-config-4.9
-- 
2.13.0.303.g4ebf302169-goog


  reply	other threads:[~2017-05-17 23:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 23:32 [PATCH 0/5] xfstests-bld: improvements to recommended kernel configs Eric Biggers
2017-05-17 23:32 ` Eric Biggers [this message]
2017-05-18 18:45   ` [PATCH 2/5] kernel-configs: remove ext4- prefix from kernel-configs Theodore Ts'o
2017-05-17 23:32 ` [PATCH 3/5] kernel-configs: use CONFIG_LOCALVERSION="-xfstests" Eric Biggers
2017-05-17 23:32 ` [PATCH 4/5] kernel-configs: enable f2fs support Eric Biggers
2017-05-18 18:51   ` Theodore Ts'o
2017-05-17 23:32 ` [PATCH 5/5] kernel-configs: enable ubifs support Eric Biggers
2017-05-18 18:54   ` Theodore Ts'o
     [not found] ` <20170517233233.61244-2-ebiggers3@gmail.com>
2017-05-18 18:44   ` [PATCH 1/5] kernel-configs: switch to using defconfigs Theodore Ts'o
2017-05-19  7:05     ` Amir Goldstein
2017-05-19  7:39       ` Eric Biggers
2017-05-19  8:40         ` Amir Goldstein
2017-05-19 14:43       ` Theodore Ts'o

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=20170517233233.61244-3-ebiggers3@gmail.com \
    --to=ebiggers3@gmail.com \
    --cc=david.oberhollenzer@sigma-star.at \
    --cc=ebiggers@google.com \
    --cc=fstests@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox