mm: remove unused arg of set_page_dirty_balance()
authorMiklos Szeredi <mszeredi@suse.cz>
Mon, 7 Apr 2014 22:37:51 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:35:57 +0000 (16:35 -0700)
commited6d7c8e578331cad594ee70d60e2e146b5dce7b
tree32fbc45adaa7ab3c204c6b8b7301fc3a1ee813a7
parent57e68e9cd65b4b8eb4045a1e0d0746458502554c
mm: remove unused arg of set_page_dirty_balance()

There's only one caller of set_page_dirty_balance() and that will call it
with page_mkwrite == 0.

The page_mkwrite argument was unused since commit b827e496c893 "mm: close
page_mkwrite races".

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/writeback.h
mm/memory.c
mm/page-writeback.c