commit | 46626296314e5679c9aaca36979a50ac20692e0b | [log] [tgz] |
---|---|---|
author | Ken Chen <kenchen@google.com> | Sat Feb 10 01:43:17 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Feb 11 10:51:19 2007 -0800 |
tree | 81caa0fead3e86d54ad4d234984765f749fb52e4 | |
parent | 767193253bbac889e176f90b6f17b7015f986551 [diff] |
[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>