Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558194 > unrolled thread
| Started by | David Howells <dhowells@redhat.com> |
|---|---|
| First post | 2017-01-13 11:30 +0100 |
| Last post | 2017-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.
Re: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h David Howells <dhowells@redhat.com> - 2017-01-13 11:30 +0100
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2017-01-13 11:30 +0100 |
| Subject | Re: [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
Back to top | Article view | linux.kernel
csiph-web