summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDomen Puncer <domen@coderock.org>2005-03-13 00:57:19 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-13 00:57:19 -0800
commit1b5e7ff2fb03a54440d55a4a1d7f9829bdd223fa (patch)
tree422821e6a3cb2a556633235915d90f9e1fafdea0 /net/unix/af_unix.c
parenteb96b6e26221877a2a6edcbc5ef5b5e5453ae3fb (diff)
[PATCH] message/mptbase: replace schedule_timeout() with ssleep()
Use ssleep() instead of schedule_timeout() to guarantee the task delays as expected. The original code does use TASK_INTERRUPTIBLE, but does not check for signals or early return from schedule_timeout() so ssleep() seems more appropriate. Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions