diff mbox

[xenial/master-next,1/1] UBUNTU: [Config] enable CONFIG_AUFS_EXPORT

Message ID 1463132024-1113-2-git-send-email-apw@canonical.com
State New
Headers show

Commit Message

Andy Whitcroft May 13, 2016, 9:33 a.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1121699
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 debian.master/config/annotations          | 4 +++-
 debian.master/config/config.common.ubuntu | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Chris J Arges May 13, 2016, 6:33 p.m. UTC | #1
On Fri, May 13, 2016 at 10:33:44AM +0100, Andy Whitcroft wrote:
> BugLink: http://bugs.launchpad.net/bugs/1121699
> Signed-off-by: Andy Whitcroft <apw@canonical.com>
> ---
>  debian.master/config/annotations          | 4 +++-
>  debian.master/config/config.common.ubuntu | 3 ++-
>  2 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.master/config/annotations b/debian.master/config/annotations
> index 2a3ae21..7eb4dce 100644
> --- a/debian.master/config/annotations
> +++ b/debian.master/config/annotations
> @@ -7350,7 +7350,7 @@ CONFIG_LOGFS                                    note<highly discouraged for use>
>  # Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support
>  CONFIG_AUFS_FS                                  policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'powerpc': 'm', 'ppc64el': 'm', 's390x': 'm'}>
>  CONFIG_AUFS_HNOTIFY                             policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
> -CONFIG_AUFS_EXPORT                              policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
> +CONFIG_AUFS_EXPORT                              policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'y'}>
>  CONFIG_AUFS_XATTR                               policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
>  CONFIG_AUFS_FHSM                                policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
>  CONFIG_AUFS_RDU                                 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
> @@ -7359,6 +7359,8 @@ CONFIG_AUFS_BR_RAMFS                            policy<{'amd64': 'n', 'arm64': '
>  CONFIG_AUFS_BR_FUSE                             policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
>  CONFIG_AUFS_BR_HFSPLUS                          policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y'}>
>  CONFIG_AUFS_DEBUG                               policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
> +#
> +CONFIG_AUFS_EXPORT                              note<LP:1121699>
>  
>  # Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support >> Maximum number of branches
>  CONFIG_AUFS_BRANCH_MAX_127                      policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'y'}>
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index e12fd89..922e854 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -703,10 +703,11 @@ CONFIG_AUFS_BRANCH_MAX_127=y
>  CONFIG_AUFS_BR_HFSPLUS=y
>  # CONFIG_AUFS_BR_RAMFS is not set
>  # CONFIG_AUFS_DEBUG is not set
> -# CONFIG_AUFS_EXPORT is not set
> +CONFIG_AUFS_EXPORT=y
>  # CONFIG_AUFS_FHSM is not set
>  CONFIG_AUFS_FS=m
>  # CONFIG_AUFS_HNOTIFY is not set
> +CONFIG_AUFS_INO_T_64=y
>  # CONFIG_AUFS_RDU is not set
>  CONFIG_AUFS_SBILIST=y
>  # CONFIG_AUFS_SHWH is not set
> -- 
> 2.8.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Stefan Bader May 19, 2016, 9:13 a.m. UTC | #2

diff mbox

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 2a3ae21..7eb4dce 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -7350,7 +7350,7 @@  CONFIG_LOGFS                                    note<highly discouraged for use>
 # Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support
 CONFIG_AUFS_FS                                  policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'powerpc': 'm', 'ppc64el': 'm', 's390x': 'm'}>
 CONFIG_AUFS_HNOTIFY                             policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
-CONFIG_AUFS_EXPORT                              policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
+CONFIG_AUFS_EXPORT                              policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'y'}>
 CONFIG_AUFS_XATTR                               policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
 CONFIG_AUFS_FHSM                                policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
 CONFIG_AUFS_RDU                                 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
@@ -7359,6 +7359,8 @@  CONFIG_AUFS_BR_RAMFS                            policy<{'amd64': 'n', 'arm64': '
 CONFIG_AUFS_BR_FUSE                             policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
 CONFIG_AUFS_BR_HFSPLUS                          policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y'}>
 CONFIG_AUFS_DEBUG                               policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc': 'n', 'ppc64el': 'n', 's390x': 'n'}>
+#
+CONFIG_AUFS_EXPORT                              note<LP:1121699>
 
 # Menu: File systems >> Miscellaneous filesystems >> Aufs (Advanced multi layered unification filesystem) support >> Maximum number of branches
 CONFIG_AUFS_BRANCH_MAX_127                      policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'powerpc': 'y', 'ppc64el': 'y', 's390x': 'y'}>
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index e12fd89..922e854 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -703,10 +703,11 @@  CONFIG_AUFS_BRANCH_MAX_127=y
 CONFIG_AUFS_BR_HFSPLUS=y
 # CONFIG_AUFS_BR_RAMFS is not set
 # CONFIG_AUFS_DEBUG is not set
-# CONFIG_AUFS_EXPORT is not set
+CONFIG_AUFS_EXPORT=y
 # CONFIG_AUFS_FHSM is not set
 CONFIG_AUFS_FS=m
 # CONFIG_AUFS_HNOTIFY is not set
+CONFIG_AUFS_INO_T_64=y
 # CONFIG_AUFS_RDU is not set
 CONFIG_AUFS_SBILIST=y
 # CONFIG_AUFS_SHWH is not set