]> git.baikalelectronics.ru Git - kernel.git/commit
ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()
authorWanlong Gao <gaowanlong@cn.fujitsu.com>
Tue, 1 Nov 2011 00:06:35 +0000 (17:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Nov 2011 00:30:44 +0000 (17:30 -0700)
commitb8be6b5655efda8a6077ae4d5c4c2eb6dfd559dd
tree54cfdc8a8fce66a7371b3616fc18b4c676a6fbdd
parenta9da22637a47ea205d967a7f2b8970510b5c3db9
ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()

Fix the wrong use of schedule_hrtimeout_range_clock() in wq_sleep(),
although it is harmless for the syscall mq_timed* now.  It was introduced
by e2e35b0 ("mqueue: Convert message queue timeout to use hrtimers").

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Cc: Carsten Emde <C.Emde@osadl.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/mqueue.c