]> git.karo-electronics.de Git - linux-beck.git/commit
mm/page-writeback.c: remove outdated comment
authorJianyu Zhan <nasa4836@gmail.com>
Wed, 4 Jun 2014 23:10:58 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:13 +0000 (16:54 -0700)
commitd2f3102838d90ed6ed09a6154bdb2306f7cf1548
treee6b1f767b51051e0c5b68994f5c1fd3ef5e4f877
parent50088c440910730baf3248acfad2c846fb3eea77
mm/page-writeback.c: remove outdated comment

There is an orphaned prehistoric comment , which used to be against
get_dirty_limits(), the dawn of global_dirtyable_memory().

Back then, the implementation of get_dirty_limits() is complicated and
full of magic numbers, so this comment is necessary.  But we now use the
clear and neat global_dirtyable_memory(), which renders this comment
ambiguous and useless.  Remove it.

Signed-off-by: Jianyu Zhan <nasa4836@gmail.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page-writeback.c