From: NeilBrown Date: Fri, 6 Jan 2006 08:20:31 +0000 (-0800) Subject: [PATCH] md: clean up 'page' related names in md X-Git-Tag: v2.6.16-rc1~936^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1f3b5d1b2cd11a162eb29645df749ec0036413;p=pandora-kernel.git [PATCH] md: clean up 'page' related names in md Substitute: page_cache_get -> get_page page_cache_release -> put_page PAGE_CACHE_SHIFT -> PAGE_SHIFT PAGE_CACHE_SIZE -> PAGE_SIZE PAGE_CACHE_MASK -> PAGE_MASK __free_page -> put_page because we aren't using the page cache, we are just using pages. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed