X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;fp=lustre%2Fllite%2Fllite_lib.c;h=86c6611251f40abee916d557c8033b5ed81a30f4;hb=942b4e118677af587f66ce74a3b25b0eb184678b;hp=7a6d4a7fe7d23b64feee2372ac822f130df2773b;hpb=cefabee52586f443bfd5163f6ac0b5e1b56a9db7;p=fs%2Flustre-release.git diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 7a6d4a7..86c6611 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -452,6 +452,7 @@ static int client_common_fill_super(struct super_block *sb, char *md, char *dt) sb->s_maxbytes = MAX_LFS_FILESIZE; sbi->ll_namelen = osfs->os_namelen; sbi->ll_mnt.mnt = current->fs->root.mnt; + sbi->ll_mnt_ns = current->nsproxy->mnt_ns; if (test_bit(LL_SBI_USER_XATTR, sbi->ll_flags) && !(data->ocd_connect_flags & OBD_CONNECT_XATTR)) {