Re: [PATCH] writeback: skip balance_dirty_pages() for in-memory fs

From: Rik van Riel
Date: Fri Dec 17 2010 - 09:23:17 EST


On 12/17/2010 06:21 AM, Wu Fengguang wrote:
This avoids unnecessary checks and dirty throttling on tmpfs/ramfs.

It also prevents

[ 388.126563] BUG: unable to handle kernel NULL pointer dereference at 0000000000000050

in the balance_dirty_pages tracepoint, which will call

dev_name(mapping->backing_dev_info->dev)

but shmem_backing_dev_info.dev is NULL.

CC: Hugh Dickins<hughd@xxxxxxxxxx>
Signed-off-by: Wu Fengguang<fengguang.wu@xxxxxxxxx>

Acked-by: Rik van Riel <riel@xxxxxxxxxx>

--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/