Thanks for the note Daniel. I just wanted to add that this patch is also in the upcoming Jaunty kernel.
ogasaw...@emiko:~$ apt-cache policy linux-image-2.6.28-3-generic linux-image-2.6.28-3-generic: Installed: 2.6.28-3.4 Candidate: 2.6.28-3.4 Version table: *** 2.6.28-3.4 0 500 http://archive.ubuntu.com jaunty/main Packages 100 /var/lib/dpkg/status ogasaw...@yoji:~/ubuntu-jaunty$ git log 9a4bd29fe8f6d3f015fe1c8e5450eb62cfebfcc9 commit 9a4bd29fe8f6d3f015fe1c8e5450eb62cfebfcc9 Author: Trond Myklebust <trond.mykleb...@netapp.com> Date: Fri Oct 3 16:48:34 2008 -0400 SUNRPC: Fix autobind on cloned rpc clients Despite the fact that cloned rpc clients won't have the cl_autobind flag set, they may still find themselves calling rpcb_getport_async(). For this to happen, it suffices for a _parent_ rpc_clnt to use autobinding, in which case any clone may find itself triggering the !xprt_bound() case in call_bind(). The correct fix for this is to walk back up the tree of cloned rpc clients, in order to find the parent that 'owns' the transport, either because it has clnt->cl_autobind set, or because it originally created the transport... Signed-off-by: Trond Myklebust <trond.mykleb...@netapp.com> -- kernel bug rpc nfs client https://bugs.launchpad.net/bugs/212485 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs