[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <13177.1484303290@warthog.procyon.org.uk>
Date: Fri, 13 Jan 2017 10:28:10 +0000
From: David Howells <dhowells@...hat.com>
To: kbuild test robot <lkp@...el.com>
Cc: dhowells@...hat.com, kbuild-all@...org, arnd@...db.de,
linux-kernel@...r.kernel.org, ruchandani.tina@...il.com,
linux-afs@...ts.infradead.org
Subject: Re: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h
kbuild test robot <lkp@...el.com> wrote:
> fs/afs/cmservice.c: In function 'afs_deliver_cb_init_call_back_state3':
> >> fs/afs/cmservice.c:365:34: error: invalid application of 'sizeof' to incomplete type 'struct uuid_v1'
> call->request = kmalloc(sizeof(struct uuid_v1), GFP_KERNEL);
> ^~~~~~
Ah... Missing #include of linux/uuid.h. Under some circumstances it is
included indirectly.
David
Powered by blists - more mailing lists