diff options
author | NeilBrown <neilb@suse.de> | 2006-01-06 00:20:31 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 08:34:05 -0800 |
commit | 2d1f3b5d1b2cd11a162eb29645df749ec0036413 (patch) | |
tree | bb87ef9fcd2d9760b618d196fc8361a5a4dd851e /fs/xfs/xfs_ag.h | |
parent | d7603b7e3a7f802c67f9190b2387d4d5d111ec14 (diff) | |
download | linux-3.10-2d1f3b5d1b2cd11a162eb29645df749ec0036413.tar.gz linux-3.10-2d1f3b5d1b2cd11a162eb29645df749ec0036413.tar.bz2 linux-3.10-2d1f3b5d1b2cd11a162eb29645df749ec0036413.zip |
[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 <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/xfs/xfs_ag.h')
0 files changed, 0 insertions, 0 deletions