diff options
author | Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp> | 2009-06-17 19:27:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-18 16:03:47 -0400 |
commit | 302362c5abdda80b5c2e4e57be610c2e3c2ab3c5 (patch) | |
tree | e43f21556f63115f8c038c5551fae09b6927d53b /include/linux/swap.h | |
parent | d69b042f3d7406ddba560143b1796020df760800 (diff) |
memcg: remove mem_cgroup_cache_charge_swapin()
mem_cgroup_cache_charge_swapin() isn't used any more, so remove no-op
definition of it in header file.
Signed-off-by: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r-- | include/linux/swap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 0cedf31af0b0..dca9b9999aeb 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -423,12 +423,6 @@ static inline swp_entry_t get_swap_page(void) | |||
423 | #define has_swap_token(x) 0 | 423 | #define has_swap_token(x) 0 |
424 | #define disable_swap_token() do { } while(0) | 424 | #define disable_swap_token() do { } while(0) |
425 | 425 | ||
426 | static inline int mem_cgroup_cache_charge_swapin(struct page *page, | ||
427 | struct mm_struct *mm, gfp_t mask, bool locked) | ||
428 | { | ||
429 | return 0; | ||
430 | } | ||
431 | |||
432 | static inline void | 426 | static inline void |
433 | mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent) | 427 | mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent) |
434 | { | 428 | { |