[PATCH] NFS: Fix typo in nfs_get_client()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 8 Oct 2006 18:33:24 +0000 (14:33 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:07:03 +0000 (12:07 -0700)
commitca4aa09635516258f158a7bc1594a794e4c34864
tree7b8632778a068ee083e463266a72530d0297fa04
parentf1d08f71974dcf68ce4510a2dfaeb798b05df2c0
[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 <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfs/client.c