From: Trond Myklebust Date: Sun, 8 Oct 2006 18:33:24 +0000 (-0400) Subject: [PATCH] NFS: Fix typo in nfs_get_client() X-Git-Tag: v2.6.19-rc2~268 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4aa09635516258f158a7bc1594a794e4c34864;p=pandora-kernel.git [PATCH] NFS: Fix typo in nfs_get_client() NFS_CS_INITING > NFS_CS_READY, so instead of waiting for the structure to get initialised, we currently immediately jump out of the loop without ever sleeping. Signed-off-by: Trond Myklebust Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed