[PATCH 2/8] 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 <m.nazarewicz(a)samsung.com> Cc: Kyungmin Park <kyungmin.park(a)samsung.com> Cc: Marek Szyprowski <m.szyprow... 16 Apr 2010 06:10
[PATCH] colibri.h: Fix building for colibri 270...
The recent addition of (Colibri) PXA3xx specific declarations breaks the building of the Colibri 270 with similar features. CC: Daniel Mack <daniel(a)caiaq.de> CC: Eric Miao <eric.y.miao(a)gmail.com> Signed-off-by <jakob.viketoft(a)bitsim.com> --- a/arch/arm/mach-pxa/include/mach/colibri.h 2010-03-15 17:09:39.000... 16 Apr 2010 06:10
io-controller: including "linux/sched.h"
On Fri, Apr 16 2010, Gui Jianfeng wrote: Include sched.h explicitly since sched_clock() is called. Why is it using sched_clock(), btw? It would seem more appropriate to use ktime. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord... 16 Apr 2010 04:00
[PATCH] io-controller: including "linux/sched.h"
Include sched.h explicitly since sched_clock() is called. Signed-off-by: Gui Jianfeng <guijianfeng(a)cn.fujitsu.com> --- block/blk-cgroup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 83930f6..ed6590e 100644 --- a/block/blk-cgroup.c ++... 16 Apr 2010 02:56
blkio: Initialize blkg->stats_lock for the root cfqg too
On Thu, Apr 15 2010, Divyesh Shah wrote: This fixes the lockdep warning reported by Gui Jianfeng. Thanks, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.or... 16 Apr 2010 09:27
vmscan: page_check_references() check low order lumpy reclaim properly
> > +       /* +        * If we need a large contiguous chunk of memory, or have +        * trouble getting a small set of contiguous pages, we +        * will reclaim both active and inactive pages. +        */ +       if (sc->order > PAGE_ALLOC_COSTLY_ORDER) +               sc->lumpy_rec... 16 Apr 2010 17:20
mac8390: fix pr_info() calls and change return code
Signed-off-by: Finn Thain <fthain(a)telegraphics.com.au> --- a/drivers/net/mac8390.c 2010-04-16 13:31:04.000000000 +1000 +++ b/drivers/net/mac8390.c 2010-04-16 14:02:29.000000000 +1000 @@ -554,7 +554,7 @@ case MAC8390_APPLE: switch (mac8390_testio(dev->mem_start)) { case ACCESS_UNKNOWN: - pr_info("Do... 16 Apr 2010 22:52
vmscan: Setup pagevec as late as possible in shrink_inactive_list()
On Thu, Apr 15, 2010 at 06:21:41PM +0100, Mel Gorman wrote: shrink_inactive_list() sets up a pagevec to release unfreeable pages. It uses significant amounts of stack doing this. This patch splits shrink_inactive_list() to take the stack usage out of the main path so that callers to writepage() do not conta... 16 Apr 2010 00:45
Compensation Award
On behalf of Obama's Foundation and UNITED NATIONS, we wish to notify you as a beneficiary of $1,000,000 USD in compensation of scam victims. Do contact the Managing Director of the HSBC BANK,UK.with the following details: 1.Full Names: 2.Contact address 3.Direct Telephone No: 4.Occupation : Managing D... 16 Apr 2010 00:45
[PATCH] blkio: Initialize blkg->stats_lock for the root cfqg too
This fixes the lockdep warning reported by Gui Jianfeng. Signed-off-by: Divyesh Shah <dpshah(a)google.com> --- block/blk-cgroup.c | 7 +------ block/blk-cgroup.h | 2 -- block/cfq-iosched.c | 1 - 3 files changed, 1 insertions(+), 9 deletions(-) diff --git a/block/blk-cgroup.c b/block/blk-cgroup.... 16 Apr 2010 00:45