commit | c3f0da631539b3b8e17f6dda567af9958d49d14f | [log] [tgz] |
---|---|---|
author | Bob Liu <lliubbo@gmail.com> | Thu Jan 13 15:45:49 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 13 17:32:32 2011 -0800 |
tree | b9bc0060ac0fa99d0dc9e6caadb0abf0172249ef | |
parent | c691b9d983d7015d54057034f4cd9b6d8affd976 [diff] |
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value __set_page_dirty_no_writeback() should return true if it actually transitioned the page from a clean to dirty state although it seems nobody uses its return value at present. Signed-off-by: Bob Liu <lliubbo@gmail.com> Acked-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>