From 292799df4cb886f382ba65a41773dccbfd63737f Mon Sep 17 00:00:00 2001
From: Leann Ogasawara <leann.ogasawara@canonical.com>
Date: Thu, 5 Apr 2012 10:39:37 -0700
Subject: [PATCH] UBUNTU: [Config] Enable CONFIG_NFS_USE_NEW_IDMAPPER=y

BugLink: http://bugs.launchpad.net/bugs/974364

Without this option enaled, nfs4 user and group id's are not correctly
mapped between the client and server.

Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
---
 debian.master/config/config.common.ubuntu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index a6e0704..3e6e259 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -3596,7 +3596,7 @@ CONFIG_NFS_FS=m
 CONFIG_NFS_FSCACHE=y
 CONFIG_NFS_USE_KERNEL_DNS=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
-# CONFIG_NFS_USE_NEW_IDMAPPER is not set
+CONFIG_NFS_USE_NEW_IDMAPPER=y
 CONFIG_NFS_V3=y
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=y
-- 
1.7.9.1

