[Devel] [PATCH RHEL7 COMMIT] Revert "ve/sunrpc: use correct pointer to net_namespace in auth_gss.c"
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Aug 28 05:42:42 PDT 2015
The commit is pushed to "branch-rh7-3.10.0-229.7.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-229.7.2.vz7.6.3
------>
commit e0fc8aa3d5b7c390cddf54db4cf52516ab972c71
Author: Vladimir Davydov <vdavydov at parallels.com>
Date: Fri Aug 28 16:42:42 2015 +0400
Revert "ve/sunrpc: use correct pointer to net_namespace in auth_gss.c"
Patchset description:
zap sb->s_ns + fix memleak in binfmt_misc
Vladimir Davydov (6):
binfmt_misc: do not use sb->s_fs_info
Revert "VE/VFS: use sb->s_ns member to store namespace for mount_ns()
calls"
Revert "ve/sunrpc: use correct pointer to net_namespace in auth_gss.c"
Revert "nfsd/sunrpc/mqueue: use sb->s_ns instead of data in
fill_super"
binfmt_misc: do not use s_ns
binfmt_misc: destroy all nodes on ve stop
https://jira.sw.ru/browse/PSBM-39154
Reviewed-by: Cyrill Gorcunov <gorcunov at virtuozzo.com>
======================
This patch description:
This reverts commit 8dcffdc8d75e756b591e71263354b0762f457c00.
Since commit 9e7411c5c3b5 was reverted, this one is no longer needed
either.
Signed-off-by: Vladimir Davydov <vdavydov at parallels.com>
---
net/sunrpc/auth_gss/auth_gss.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index a152420..6091a76 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -760,7 +760,7 @@ out:
static int gss_pipe_open(struct inode *inode, int new_version)
{
- struct net *net = inode->i_sb->s_ns;
+ struct net *net = inode->i_sb->s_fs_info;
struct sunrpc_net *sn = net_generic(net, sunrpc_net_id);
int ret = 0;
@@ -795,7 +795,7 @@ static int gss_pipe_open_v1(struct inode *inode)
static void
gss_pipe_release(struct inode *inode)
{
- struct net *net = inode->i_sb->s_ns;
+ struct net *net = inode->i_sb->s_fs_info;
struct rpc_pipe *pipe = RPC_I(inode)->pipe;
struct gss_upcall_msg *gss_msg;
More information about the Devel
mailing list