All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kari Argillander <kari.argillander@gmail.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Kari Argillander <kari.argillander@gmail.com>, fstests@vger.kernel.org
Subject: [xfstests-bld PATCH 2/2] kernel-configs: add ntfs3 to current 5.15 configs
Date: Fri, 15 Apr 2022 02:42:20 +0300	[thread overview]
Message-ID: <20220414234220.627320-3-kari.argillander@fidelix.com> (raw)
In-Reply-To: <20220414234220.627320-1-kari.argillander@fidelix.com>

From: Kari Argillander <kari.argillander@gmail.com>

ntfs3  driver was added to version 5.15 so add it for easier usage.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
---
 kernel-configs/x86_64-config-5.15      | 3 +++
 kernel-configs/x86_64-perf-config-5.15 | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kernel-configs/x86_64-config-5.15 b/kernel-configs/x86_64-config-5.15
index 5bbefbf..a3411a8 100644
--- a/kernel-configs/x86_64-config-5.15
+++ b/kernel-configs/x86_64-config-5.15
@@ -160,6 +160,9 @@ CONFIG_VFAT_FS=y
 CONFIG_FAT_DEFAULT_UTF8=y
 CONFIG_NTFS_FS=y
 CONFIG_NTFS_RW=y
+CONFIG_NTFS3_FS=y
+CONFIG_NTFS3_LZX_XPRESS=y
+CONFIG_NTFS3_FS_POSIX_ACL=y
 CONFIG_PROC_KCORE=y
 CONFIG_PROC_CHILDREN=y
 CONFIG_TMPFS=y
diff --git a/kernel-configs/x86_64-perf-config-5.15 b/kernel-configs/x86_64-perf-config-5.15
index 0c33565..a028329 100644
--- a/kernel-configs/x86_64-perf-config-5.15
+++ b/kernel-configs/x86_64-perf-config-5.15
@@ -156,6 +156,9 @@ CONFIG_VFAT_FS=y
 CONFIG_FAT_DEFAULT_UTF8=y
 CONFIG_NTFS_FS=y
 CONFIG_NTFS_RW=y
+CONFIG_NTFS3_FS=y
+CONFIG_NTFS3_LZX_XPRESS=y
+CONFIG_NTFS3_FS_POSIX_ACL=y
 CONFIG_PROC_KCORE=y
 CONFIG_PROC_CHILDREN=y
 CONFIG_TMPFS=y
-- 
2.35.1


  parent reply	other threads:[~2022-04-14 23:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14 23:42 [xfstests-bld PATCH 0/2] Make ntfs3 more usable Kari Argillander
2022-04-14 23:42 ` [xfstests-bld PATCH 1/2] test-appliance: Add exclude file for ntfs3 Kari Argillander
2022-04-15  1:39   ` Darrick J. Wong
2022-04-14 23:42 ` Kari Argillander [this message]
2022-04-15  4:22 ` [xfstests-bld PATCH 0/2] Make ntfs3 more usable Theodore Ts'o
2022-04-15  8:27   ` Kari Argillander

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=20220414234220.627320-3-kari.argillander@fidelix.com \
    --to=kari.argillander@gmail.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 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.