diff options
Diffstat (limited to 'include/linux/pagevec.h')
-rw-r--r-- | include/linux/pagevec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/pagevec.h b/include/linux/pagevec.h index bab82f4c571c..ed17024d2ebe 100644 --- a/include/linux/pagevec.h +++ b/include/linux/pagevec.h | |||
@@ -21,7 +21,6 @@ struct pagevec { | |||
21 | }; | 21 | }; |
22 | 22 | ||
23 | void __pagevec_release(struct pagevec *pvec); | 23 | void __pagevec_release(struct pagevec *pvec); |
24 | void __pagevec_free(struct pagevec *pvec); | ||
25 | void ____pagevec_lru_add(struct pagevec *pvec, enum lru_list lru); | 24 | void ____pagevec_lru_add(struct pagevec *pvec, enum lru_list lru); |
26 | void pagevec_strip(struct pagevec *pvec); | 25 | void pagevec_strip(struct pagevec *pvec); |
27 | unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, | 26 | unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, |
@@ -67,12 +66,6 @@ static inline void pagevec_release(struct pagevec *pvec) | |||
67 | __pagevec_release(pvec); | 66 | __pagevec_release(pvec); |
68 | } | 67 | } |
69 | 68 | ||
70 | static inline void pagevec_free(struct pagevec *pvec) | ||
71 | { | ||
72 | if (pagevec_count(pvec)) | ||
73 | __pagevec_free(pvec); | ||
74 | } | ||
75 | |||
76 | static inline void __pagevec_lru_add_anon(struct pagevec *pvec) | 69 | static inline void __pagevec_lru_add_anon(struct pagevec *pvec) |
77 | { | 70 | { |
78 | ____pagevec_lru_add(pvec, LRU_INACTIVE_ANON); | 71 | ____pagevec_lru_add(pvec, LRU_INACTIVE_ANON); |