summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDomen Puncer <domen@coderock.org>2005-03-13 00:55:33 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-13 00:55:33 -0800
commita8fbbeb85d19dc92d89057f6a8ecc349c5d0e9ed (patch)
tree5d4918415757a291451e73060fcf02e904fda67c /net/unix/af_unix.c
parent6eeee1a9f600f06e208356243f582b7376a821f4 (diff)
[PATCH] char/sx: replace schedule_timeout() with msleep_interruptible()
Use msleep_interruptible() instead of schedule_timeout() to guarantee consistent timing regardless of HZ value. schedule_timeout(1) will vary between 10 and 1 milliseconds, depending on the value of HZ (100 or 1000 respectively). For consistent behavior, msleep_interruptible() should be used. 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