summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
diff options
context:
space:
mode:
authorVladimir Davydov2015-02-12 00:24:59 +0100
committerLinus Torvalds2015-02-12 02:06:00 +0100
commit93aa7d95248d04b934eb8e89717c7b8d6400bf2b (patch)
treeb4bc2efc551be937c8cbdc2544cc387be4dafc3c /mm/shmem.c
parentoom: make sure that TIF_MEMDIE is set under task_lock (diff)
downloadkernel-qcow2-linux-93aa7d95248d04b934eb8e89717c7b8d6400bf2b.tar.gz
kernel-qcow2-linux-93aa7d95248d04b934eb8e89717c7b8d6400bf2b.tar.xz
kernel-qcow2-linux-93aa7d95248d04b934eb8e89717c7b8d6400bf2b.zip
swap: remove unused mem_cgroup_uncharge_swapcache declaration
The body of this function was removed by commit 0a31bc97c80c ("mm: memcontrol: rewrite uncharge API"). Signed-off-by: Vladimir Davydov <vdavydov@parallels.com> Acked-by: Michal Hocko <mhocko@suse.cz> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/shmem.c')
-rw-r--r--mm/shmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c
index b3e403181981..864c878401e6 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -1131,7 +1131,7 @@ repeat:
* truncated or holepunched since swap was confirmed.
* shmem_undo_range() will have done some of the
* unaccounting, now delete_from_swap_cache() will do
- * the rest (including mem_cgroup_uncharge_swapcache).
+ * the rest.
* Reset swap.val? No, leave it so "failed" goes back to
* "repeat": reading a hole and writing should succeed.
*/