From: Yehuda Sadeh Date: Wed, 17 Mar 2010 20:54:02 +0000 (-0700) Subject: ceph: use __page_cache_alloc and add_to_page_cache_lru X-Git-Tag: v2.6.35-rc1~419^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31459fe4b24c1e09712eff0d82a5276f4fd0e3cf;p=pandora-kernel.git ceph: use __page_cache_alloc and add_to_page_cache_lru Following Nick Piggin patches in btrfs, pagecache pages should be allocated with __page_cache_alloc, so they obey pagecache memory policies. Also, using add_to_page_cache_lru instead of using a private pagevec where applicable. Signed-off-by: Yehuda Sadeh Signed-off-by: Sage Weil --- Reading git-diff-tree failed