]> git.baikalelectronics.ru Git - kernel.git/commit
mm: document is_page_cache_freeable()
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 22 Sep 2009 00:03:00 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:38 +0000 (07:17 -0700)
commit9aa17b9b8ee65ac2a8c193e38faff3dee0d78268
tree651d0fd4d5bf2455468f90364b88f01f982d79af
parent90bbc2de7cb0618aca16e4ef232467c5edbd3168
mm: document is_page_cache_freeable()

Enlighten the reader of this code about what reference count makes a page
cache page freeable.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Christoph Lameter <cl@linux-foundation.org>
Reviewed-by: Christoph Lameter <cl@linux-foundation.org>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c