Skip to content
Commit c3f0da63 authored by Bob Liu's avatar Bob Liu Committed by Linus Torvalds
Browse files

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: default avatarBob Liu <lliubbo@gmail.com>
Acked-by: default avatarWu Fengguang <fengguang.wu@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c691b9d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment