Trond, what are your plans about this patch set?
Are you waiting for me and Eric to reach some decision, that suits both of us?
--
Best regards,
Stanislav Kinsbursky
___
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel
On Mon, 2012-01-23 at 17:26 +, Stanislav Kinsbursky wrote:
> This patch makes nfs_clients_lock allocated per network namespace. All items
> it
> protects are already network namespace aware.
>
> Signed-off-by: Stanislav Kinsbursky
>
> ---
> fs/nfs/client.c | 51
On Tue, 2012-02-07 at 15:44 +0400, Stanislav Kinsbursky wrote:
> Trond, what are your plans about this patch set?
> Are you waiting for me and Eric to reach some decision, that suits both of us?
Yes. I'd like a consensus on the solution.
--
Trond Myklebust
Linux NFS client maintainer
NetApp
tro
07.02.2012 17:51, Myklebust, Trond пишет:
8<-
From 5a489156da4fd15dd143f2b21dd9657b97dcef88 Mon Sep 17 00:00:00 2001
From: Trond Myklebust
Date: Tue, 7 Feb 2012 00:05:11 -0500
Subject: [PATCH] NFS: Initialise the nfs_net->nf
On Tue, 2012-02-07 at 18:09 +0400, Stanislav Kinsbursky wrote:
> 07.02.2012 17:51, Myklebust, Trond пишет:
> > 8<-
> > From 5a489156da4fd15dd143f2b21dd9657b97dcef88 Mon Sep 17 00:00:00 2001
> > From: Trond Myklebust
> > Date:
On Tue, 2012-02-07 at 10:32 -0500, Bryan Schumaker wrote:
> I fixed up my bisect and identified this patch instead. The problem I'm
> seeing is:
>
> CC [M] fs/nfs/delegation.o
> CC [M] fs/nfs/idmap.o
> fs/nfs/idmap.c: In function 'rpc_pipefs_event':
> fs/nfs/idmap.c:535:9: error: implicit
07.02.2012 19:43, Bryan Schumaker пишет:
Hi,
You changed this function for the v4.1 case, but not for v4.0 (this is what I
was trying to bisect earlier). Without CONFIG_NFS_V4_1 set, I get this:
Sorry. Thank for the catch.
I'll send patch soon.
make[1]: Nothing to be done for `all'.
It's not compilable in case of CONFIG_NFS_V4_1 is not set.
Signed-off-by: Stanislav Kinsbursky
---
fs/nfs/client.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index f0dacad..5b9d201 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.
On Tue, 2012-02-07 at 10:43 -0500, Bryan Schumaker wrote:
> On 01/26/12 06:11, Stanislav Kinsbursky wrote:
>
> > Network namespace is taken from request transport and passed as a part of
> > cb_process_state structure.
> >
> > Signed-off-by: Stanislav Kinsbursky
> >
> > ---
> > fs/nfs/callback