Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1558194 > unrolled thread

Re: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h

Started byDavid Howells <dhowells@redhat.com>
First post2017-01-13 11:30 +0100
Last post2017-01-13 11:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h David Howells <dhowells@redhat.com> - 2017-01-13 11:30 +0100

#1558194 — Re: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h

FromDavid Howells <dhowells@redhat.com>
Date2017-01-13 11:30 +0100
SubjectRe: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h
Message-ID<sZ7ho-876-19@gated-at.bofh.it>
kbuild test robot <lkp@intel.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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web