diff mbox series

[SRU,K,04/16] UBUNTU: [Config] Disable CONFIG_NTFS3_64BIT_CLUSTER on riscv64

Message ID 20220712120447.355124-5-emil.renner.berthing@canonical.com
State New
Headers show
Series Align RISC-V config with other archs | expand

Commit Message

Emil Renner Berthing July 12, 2022, 12:04 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1981437

This option was not annotated in the linux-riscv tree, so let's align it
with the other architectures.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
---
 debian.master/config/amd64/config.common.amd64     | 1 -
 debian.master/config/annotations                   | 2 +-
 debian.master/config/arm64/config.common.arm64     | 1 -
 debian.master/config/config.common.ubuntu          | 1 +
 debian.master/config/ppc64el/config.common.ppc64el | 1 -
 debian.master/config/riscv64/config.common.riscv64 | 1 -
 debian.master/config/s390x/config.common.s390x     | 1 -
 7 files changed, 2 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64
index eb956dc5d413..1cb0fb296963 100644
--- a/debian.master/config/amd64/config.common.amd64
+++ b/debian.master/config/amd64/config.common.amd64
@@ -466,7 +466,6 @@  CONFIG_NOP_USB_XCEIV=m
 CONFIG_NOZOMI=m
 CONFIG_NR_CPUS=8192
 CONFIG_NTB=m
-# CONFIG_NTFS3_64BIT_CLUSTER is not set
 # CONFIG_NTFS_RW is not set
 CONFIG_NULL_TTY=m
 CONFIG_NUMA_BALANCING=y
diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index ecb9f10fde80..71c482bec6d2 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -10706,7 +10706,7 @@  CONFIG_VFAT_FS                                  mark<ENFORCED> note<needed on ar
 
 # Menu: File systems >> DOS/FAT/EXFAT/NT Filesystems >> NTFS Read-Write file system support
 CONFIG_NTFS3_FS                                 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}>
-CONFIG_NTFS3_64BIT_CLUSTER                      policy<{'amd64': 'n', 'arm64': 'n', 'ppc64el': 'n', 'riscv64': 'y', 's390x': 'n'}>
+CONFIG_NTFS3_64BIT_CLUSTER                      policy<{'amd64': 'n', 'arm64': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'n'}>
 CONFIG_NTFS3_LZX_XPRESS                         policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
 CONFIG_NTFS3_FS_POSIX_ACL                       policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
 
diff --git a/debian.master/config/arm64/config.common.arm64 b/debian.master/config/arm64/config.common.arm64
index 905badc4a32e..c80f07c0c44a 100644
--- a/debian.master/config/arm64/config.common.arm64
+++ b/debian.master/config/arm64/config.common.arm64
@@ -489,7 +489,6 @@  CONFIG_NOP_USB_XCEIV=m
 CONFIG_NOZOMI=m
 CONFIG_NR_CPUS=256
 CONFIG_NTB=m
-# CONFIG_NTFS3_64BIT_CLUSTER is not set
 # CONFIG_NTFS_RW is not set
 CONFIG_NULL_TTY=m
 CONFIG_NUMA_BALANCING=y
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index f7c7f5ec1e0b..d73c560c84bc 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -7548,6 +7548,7 @@  CONFIG_NTB_PINGPONG=m
 CONFIG_NTB_SWITCHTEC=m
 CONFIG_NTB_TOOL=m
 CONFIG_NTB_TRANSPORT=m
+# CONFIG_NTFS3_64BIT_CLUSTER is not set
 CONFIG_NTFS3_FS=m
 CONFIG_NTFS3_FS_POSIX_ACL=y
 CONFIG_NTFS3_LZX_XPRESS=y
diff --git a/debian.master/config/ppc64el/config.common.ppc64el b/debian.master/config/ppc64el/config.common.ppc64el
index 821ffc6cadd8..d449c1ff14bd 100644
--- a/debian.master/config/ppc64el/config.common.ppc64el
+++ b/debian.master/config/ppc64el/config.common.ppc64el
@@ -476,7 +476,6 @@  CONFIG_NOP_USB_XCEIV=m
 CONFIG_NOZOMI=m
 CONFIG_NR_CPUS=2048
 CONFIG_NTB=m
-# CONFIG_NTFS3_64BIT_CLUSTER is not set
 CONFIG_NULL_TTY=m
 CONFIG_NUMA_BALANCING=y
 CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
diff --git a/debian.master/config/riscv64/config.common.riscv64 b/debian.master/config/riscv64/config.common.riscv64
index 065e3a4bfc77..4ae9ad712de5 100644
--- a/debian.master/config/riscv64/config.common.riscv64
+++ b/debian.master/config/riscv64/config.common.riscv64
@@ -468,7 +468,6 @@  CONFIG_NOP_USB_XCEIV=m
 CONFIG_NOZOMI=m
 CONFIG_NR_CPUS=8
 CONFIG_NTB=m
-CONFIG_NTFS3_64BIT_CLUSTER=y
 # CONFIG_NTFS_RW is not set
 CONFIG_NULL_TTY=m
 # CONFIG_NUMA_BALANCING is not set
diff --git a/debian.master/config/s390x/config.common.s390x b/debian.master/config/s390x/config.common.s390x
index fa902e5304bb..c2a3f8be1fd7 100644
--- a/debian.master/config/s390x/config.common.s390x
+++ b/debian.master/config/s390x/config.common.s390x
@@ -427,7 +427,6 @@  CONFIG_NODES_SHIFT=1
 # CONFIG_NOZOMI is not set
 CONFIG_NR_CPUS=512
 # CONFIG_NTB is not set
-# CONFIG_NTFS3_64BIT_CLUSTER is not set
 CONFIG_NTFS_RW=y
 # CONFIG_NULL_TTY is not set
 CONFIG_NUMA_BALANCING=y