commit | 532347e2bbae9e849816dc7b12a3d0f2c42d4944 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jan 09 20:52:53 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:42 2006 -0800 |
tree | 5705f688cd0cd35684126c66a684492f5344dc0d | |
parent | e866cfa939de7f52c154a9495eb5767f89abf453 [diff] |
[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>