From: Trond Myklebust Date: Fri, 20 Oct 2006 06:28:40 +0000 (-0700) Subject: [PATCH] NFS: Fix NFSv4 callback regression X-Git-Tag: v2.6.19-rc3~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13bbc06af8a5f65df0f888b442e557c617cadba7;p=pandora-kernel.git [PATCH] NFS: Fix NFSv4 callback regression The change in semantics for nfs_find_client() introduced by David breaks the NFSv4 callback channel. Also, replace another completely broken BUG_ON() in nfs_find_client(). In initialised clients, clp->cl_cons_state == 0, and callers of that function should in any case never want to see clients that are uninitialised. Signed-off-by: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed