linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [linux-next:master 7194/7206] mm/memcontrol.c:4243:10: error: too many arguments to function 'memcg_propagate_kmem'
@ 2015-12-18 13:30 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-12-18 13:30 UTC (permalink / raw)
  To: Johannes Weiner; +Cc: kbuild-all, Andrew Morton, Linux Memory Management List

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   f7ac28a6971b43a2ee8bb47c0ef931b38f7888cf
commit: a5ed904c50398922239b05e7f97c02c47cd9ae35 [7194/7206] mm: memcontrol: clean up alloc, online, offline, free functions
config: i386-randconfig-r0-201550 (attached as .config)
reproduce:
        git checkout a5ed904c50398922239b05e7f97c02c47cd9ae35
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   mm/memcontrol.c: In function 'memcg_update_kmem_limit':
   mm/memcontrol.c:2989:9: error: implicit declaration of function 'memcg_online_kmem' [-Werror=implicit-function-declaration]
      ret = memcg_online_kmem(memcg);
            ^
   mm/memcontrol.c: In function 'mem_cgroup_css_alloc':
>> mm/memcontrol.c:4243:10: error: too many arguments to function 'memcg_propagate_kmem'
     error = memcg_propagate_kmem(parent, memcg);
             ^
   mm/memcontrol.c:2962:12: note: declared here
    static int memcg_propagate_kmem(struct mem_cgroup *memcg)
               ^
   cc1: some warnings being treated as errors

vim +/memcg_propagate_kmem +4243 mm/memcontrol.c

  4237		/* The following stuff does not apply to the root */
  4238		if (!parent) {
  4239			root_mem_cgroup = memcg;
  4240			return &memcg->css;
  4241		}
  4242	
> 4243		error = memcg_propagate_kmem(parent, memcg);
  4244		if (error)
  4245			goto fail;
  4246	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 28258 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-18 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 13:30 [linux-next:master 7194/7206] mm/memcontrol.c:4243:10: error: too many arguments to function 'memcg_propagate_kmem' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).