[Jaunty] SRU enable ext4 as a module for lpia

Andy Whitcroft apw at canonical.com
Thu Mar 5 19:20:06 UTC 2009


On Thu, Mar 05, 2009 at 04:10:06PM +0100, Stefan Bader wrote:
> https://bugs.launchpad.net/ubuntu/jaunty/+source/linux/+bug/331848
>
> SRU justification:
>
> Impact: Ext4 is not enabled for LPIA so no ext4 formatted disk can be mounted.
>
> Fix: Enable config option to build ext4 as a module.

ACK.

> From ff927fe12d11a34bc24f5e107d258f35a3743241 Mon Sep 17 00:00:00 2001
> From: Stefan Bader <stefan.bader at canonical.com>
> Date: Thu, 5 Mar 2009 11:19:22 +0100
> Subject: [PATCH] UBUNTU: Enable build of ext4 as a module on LPIA
> 
> Bug: #331848
> 
> Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
> ---
>  debian/config/lpia/config |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/debian/config/lpia/config b/debian/config/lpia/config
> index 430bef0..1429a18 100644
> --- a/debian/config/lpia/config
> +++ b/debian/config/lpia/config
> @@ -772,7 +772,11 @@ CONFIG_EXT3_FS=m
>  CONFIG_EXT3_FS_POSIX_ACL=y
>  CONFIG_EXT3_FS_SECURITY=y
>  CONFIG_EXT3_FS_XATTR=y
> -# CONFIG_EXT4_FS is not set
> +# CONFIG_EXT4DEV_COMPAT is not set
> +CONFIG_EXT4_FS=m
> +CONFIG_EXT4_FS_POSIX_ACL=y
> +CONFIG_EXT4_FS_SECURITY=y
> +CONFIG_EXT4_FS_XATTR=y
>  CONFIG_EXTRA_FIRMWARE=""
>  CONFIG_FAIR_GROUP_SCHED=y
>  # CONFIG_FARSYNC is not set

-apw




More information about the kernel-team mailing list