diff options
Diffstat (limited to 'mm/rmap.c')
| -rw-r--r-- | mm/rmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -138,7 +138,7 @@ void anon_vma_unlink(struct vm_area_struct *vma) | |||
| 138 | anon_vma_free(anon_vma); | 138 | anon_vma_free(anon_vma); |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | static void anon_vma_ctor(struct kmem_cache *cachep, void *data) | 141 | static void anon_vma_ctor(void *data) |
| 142 | { | 142 | { |
| 143 | struct anon_vma *anon_vma = data; | 143 | struct anon_vma *anon_vma = data; |
| 144 | 144 | ||
