]> git.neil.brown.name Git - history.git/commit
[PATCH] misc pagecache cleanups / tweaks
authorChristoph Hellwig <hch@lst.de>
Sat, 10 Aug 2002 09:09:20 +0000 (02:09 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 10 Aug 2002 09:09:20 +0000 (02:09 -0700)
commit8b1763fb0512183ca545f961a7fcc54a09e9bb9f
tree0163e9f66153efb8d9f03f610978458384946689
parent28e17277a3d5a8c84e32da4f9268750c3f794f63
[PATCH] misc pagecache cleanups / tweaks

- inline grab_cache_page() in pagemap.h, it's just a simple wrapper
  around find_or_create_page()
- rename (__)remove_inode_page to (__)remove_from_page_cache and
  move them from mm.h and swap.h to pagemap.h because they reverse
  add_to_page_cache and that's where they belong.
include/linux/mm.h
include/linux/pagemap.h
include/linux/swap.h
kernel/ksyms.c
mm/filemap.c
mm/swap_state.c
mm/vmscan.c