[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 22:34:56 +0000 (15:34 -0700)
Commit ca4aa09635516258f158a7bc1594a794e4c34864 fixed waiting for the
structure to get initialised, but it is also possible to break out of
the loop while still in TASK_INTERRUPTIBLE.

Replace the whole thing by wait_event_interruptible, which is much more
readable, and doesn't suffer from these problems.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found