linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 drivers
@ 2020-01-09 13:29 Michal Simek
  2020-02-04 10:33 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-01-09 13:29 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Manish Narani, Linus Walleij, Manjukumar Matha

From: Manish Narani <manish.narani@xilinx.com>

As EXT4 filesystem driver is used for handling EXT2 file systems as
well. There is no need to enable EXT2 driver. This patch disables EXT2
and enables EXT3/EXT4 drivers.

Signed-off-by: Manish Narani <manish.narani@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/microblaze/configs/mmu_defconfig   | 2 +-
 arch/microblaze/configs/nommu_defconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
index b3b433db89d8..0e2f5e1fd1ef 100644
--- a/arch/microblaze/configs/mmu_defconfig
+++ b/arch/microblaze/configs/mmu_defconfig
@@ -73,7 +73,7 @@ CONFIG_FB_XILINX=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 CONFIG_UIO_DMEM_GENIRQ=y
-CONFIG_EXT2_FS=y
+CONFIG_EXT3_FS=y
 # CONFIG_DNOTIFY is not set
 CONFIG_TMPFS=y
 CONFIG_CRAMFS=y
diff --git a/arch/microblaze/configs/nommu_defconfig b/arch/microblaze/configs/nommu_defconfig
index 377de39ccb8c..8c420782d6e4 100644
--- a/arch/microblaze/configs/nommu_defconfig
+++ b/arch/microblaze/configs/nommu_defconfig
@@ -70,7 +70,7 @@ CONFIG_XILINX_WATCHDOG=y
 CONFIG_FB=y
 CONFIG_FB_XILINX=y
 # CONFIG_USB_SUPPORT is not set
-CONFIG_EXT2_FS=y
+CONFIG_EXT3_FS=y
 # CONFIG_DNOTIFY is not set
 CONFIG_CRAMFS=y
 CONFIG_ROMFS_FS=y
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 drivers
  2020-01-09 13:29 [PATCH] microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 drivers Michal Simek
@ 2020-02-04 10:33 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2020-02-04 10:33 UTC (permalink / raw)
  To: LKML, Michal Simek, git; +Cc: Manish Narani, Linus Walleij, Manjukumar Matha

čt 9. 1. 2020 v 14:29 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Manish Narani <manish.narani@xilinx.com>
>
> As EXT4 filesystem driver is used for handling EXT2 file systems as
> well. There is no need to enable EXT2 driver. This patch disables EXT2
> and enables EXT3/EXT4 drivers.
>
> Signed-off-by: Manish Narani <manish.narani@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/microblaze/configs/mmu_defconfig   | 2 +-
>  arch/microblaze/configs/nommu_defconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
> index b3b433db89d8..0e2f5e1fd1ef 100644
> --- a/arch/microblaze/configs/mmu_defconfig
> +++ b/arch/microblaze/configs/mmu_defconfig
> @@ -73,7 +73,7 @@ CONFIG_FB_XILINX=y
>  CONFIG_UIO=y
>  CONFIG_UIO_PDRV_GENIRQ=y
>  CONFIG_UIO_DMEM_GENIRQ=y
> -CONFIG_EXT2_FS=y
> +CONFIG_EXT3_FS=y
>  # CONFIG_DNOTIFY is not set
>  CONFIG_TMPFS=y
>  CONFIG_CRAMFS=y
> diff --git a/arch/microblaze/configs/nommu_defconfig b/arch/microblaze/configs/nommu_defconfig
> index 377de39ccb8c..8c420782d6e4 100644
> --- a/arch/microblaze/configs/nommu_defconfig
> +++ b/arch/microblaze/configs/nommu_defconfig
> @@ -70,7 +70,7 @@ CONFIG_XILINX_WATCHDOG=y
>  CONFIG_FB=y
>  CONFIG_FB_XILINX=y
>  # CONFIG_USB_SUPPORT is not set
> -CONFIG_EXT2_FS=y
> +CONFIG_EXT3_FS=y
>  # CONFIG_DNOTIFY is not set
>  CONFIG_CRAMFS=y
>  CONFIG_ROMFS_FS=y
> --
> 2.24.0
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-04 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 13:29 [PATCH] microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 drivers Michal Simek
2020-02-04 10:33 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).