lkml.org 
[lkml]   [2012]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 06/25] userns: Convert xenfs to use kuid and kgid where appropriate
    From: "Eric W. Biederman" <ebiederm@xmission.com>

    Cc: Ian Campbell <ian.campbell@citrix.com>
    Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
    Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
    ---
    drivers/xen/xenfs/super.c | 3 ++-
    init/Kconfig | 2 --
    2 files changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/xen/xenfs/super.c b/drivers/xen/xenfs/super.c
    index a84b53c..459b9ac 100644
    --- a/drivers/xen/xenfs/super.c
    +++ b/drivers/xen/xenfs/super.c
    @@ -30,7 +30,8 @@ static struct inode *xenfs_make_inode(struct super_block *sb, int mode)

    if (ret) {
    ret->i_mode = mode;
    - ret->i_uid = ret->i_gid = 0;
    + ret->i_uid = GLOBAL_ROOT_UID;
    + ret->i_gid = GLOBAL_ROOT_GID;
    ret->i_blocks = 0;
    ret->i_atime = ret->i_mtime = ret->i_ctime = CURRENT_TIME;
    }
    diff --git a/init/Kconfig b/init/Kconfig
    index 7ee6e19..485c60a 100644
    --- a/init/Kconfig
    +++ b/init/Kconfig
    @@ -932,8 +932,6 @@ config UIDGID_CONVERTED
    depends on NET_9P = n

    # Filesystems
    - depends on XENFS = n
    -
    depends on 9P_FS = n
    depends on ADFS_FS = n
    depends on AFFS_FS = n
    --
    1.7.5.4


    \
     
     \ /
      Last update: 2012-09-20 14:21    [W:4.282 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site