]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] nfs: sleep_on() removal
authorIngo Molnar <mingo@elte.hu>
Tue, 10 Jan 2006 04:52:53 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:42 +0000 (08:01 -0800)
commit46a751caad641c0192bd63ad2e5b11ac10107c71
tree5705f688cd0cd35684126c66a684492f5344dc0d
parentf11d4c0377429188a6ba8e5f305eb31e03da02ac
[PATCH] nfs: sleep_on() removal

Convert sleep_on() to wait_event_timeout().  Probably safe with the BKL but
could be racy once BKL use in NFS-client is gone.

Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/sunrpc/clnt.c