]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-dont-split-thp-page-when-syscall-is-called-fix-6-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 21 Oct 2015 22:03:47 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:47 +0000 (09:03 +1100)
Cc: Minchan Kim <minchan@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/rmap.h

index 978f65066fd570268e7e2fc6f4672730e2118885..853f4f3c6742baa90f2b240ea4dc704320f4bd75 100644 (file)
@@ -270,7 +270,7 @@ int rmap_walk(struct page *page, struct rmap_walk_control *rwc);
 
 static inline int page_referenced(struct page *page, int is_locked,
                                  struct mem_cgroup *memcg,
-                                 unsigned long *vm_flags,
+                                 unsigned long *vm_flags)
 {
        *vm_flags = 0;
        return 0;