]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ramfs/file-nommu.c
[PATCH] convert ramfs to use __set_page_dirty_no_writeback
authorKen Chen <kenchen@google.com>
Sat, 10 Feb 2007 09:43:17 +0000 (01:43 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:19 +0000 (10:51 -0800)
commit46626296314e5679c9aaca36979a50ac20692e0b
tree81caa0fead3e86d54ad4d234984765f749fb52e4
parent767193253bbac889e176f90b6f17b7015f986551
[PATCH] convert ramfs to use __set_page_dirty_no_writeback

As pointed out by Hugh, ramfs would also benefit from using the new
set_page_dirty aop method for memory backed file systems.

Signed-off-by: Ken Chen <kenchen@google.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ramfs/file-mmu.c
fs/ramfs/file-nommu.c