]> git.neil.brown.name Git - history.git/commit
[PATCH] put_page() consolidation
authorAndrew Morton <akpm@zip.com.au>
Fri, 30 Aug 2002 08:49:13 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 30 Aug 2002 08:49:13 +0000 (01:49 -0700)
commit2b3414431b7b631ffed4170de9e2101c4adbf31d
tree490abb3d8c9776313ba6171be87123dce8442863
parente035a04744af68cc89ef4fb20067cde2c9aff735
[PATCH] put_page() consolidation

Clean up put_page() and page_cache_release().  It's pretty simple now:

#define page_cache_get(page)           get_page(page)
#define page_cache_release(page)       put_page(page)
include/linux/mm.h
include/linux/pagemap.h