lkml.org 
[lkml]   [2014]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: build failure after merge of the userns tree
Hi Eric,

After merging the userns tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

fs/namespace.c: In function 'new_mountpoint':
fs/namespace.c:725:9: error: implicit declaration of function 'hash' [-Werror=implicit-function-declaration]
struct list_head *chain = mountpoint_hashtable + hash(NULL, dentry);
^
fs/namespace.c:725:28: warning: initialization from incompatible pointer type [enabled by default]
struct list_head *chain = mountpoint_hashtable + hash(NULL, dentry);
^
fs/namespace.c:741:2: warning: passing argument 2 of 'hlist_add_head' from incompatible pointer type [enabled by default]
hlist_add_head(&mp->m_hash, chain);
^
In file included from include/linux/signal.h:4:0,
from include/linux/syscalls.h:72,
from fs/namespace.c:11:
include/linux/list.h:637:20: note: expected 'struct hlist_head *' but argument is of type 'struct list_head *'
static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
^

So clearly my merge conflict resolution was not sufficient.

I will just drop the userns tree for today. Please give me some help
with the resolutions - or fix this stuff up yourselves.

--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-04-17 07:21    [W:0.043 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site