From: Michal Nazarewicz Date: Wed, 5 May 2010 10:53:12 +0000 (+0200) Subject: fs/timerfd.c: make use of wait_event_interruptible_locked_irq() X-Git-Tag: v2.6.35-rc1~471^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8120a8aadb2059e29982561658bc6675126f8105;p=pandora-kernel.git fs/timerfd.c: make use of wait_event_interruptible_locked_irq() This patch modifies the fs/timerfd.c to use the newly created wait_event_interruptible_locked_irq() macro. This replaces an open code implementation with a single macro call. Signed-off-by: Michal Nazarewicz Cc: Kyungmin Park Cc: Marek Szyprowski Cc: Alexander Viro Cc: Thomas Gleixner Cc: Roland Dreier Cc: Tejun Heo Cc: Christoph Lameter Cc: Davide Libenzi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed