]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rbtree-empty-nodes-have-no-color-fix
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Sep 2012 00:19:24 +0000 (10:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 8 Oct 2012 03:00:01 +0000 (14:00 +1100)
commit0b17b877d9f85c5d6ed9db93a395f1a313afa290
tree9acd97bd1a1d2324579b893018d239bf955c109a
parentee58f011b1658945b582a0a6c9464f420d3c6150
rbtree-empty-nodes-have-no-color-fix

After merging the akpm tree, today's linux-next build (x86_64
allmodconfig) failed like this:

net/ceph/osd_client.c: In function 'ceph_osdc_alloc_request':
net/ceph/osd_client.c:216:2: error: implicit declaration of function 'rb_in=
it_node' [-Werror=3Dimplicit-function-declaration]

Caused by commit 753b960e52b7 ("rbtree: empty nodes have no color") from
the akpm tree interacting with commit cd43045c2de6 ("libceph: initialize
rb, list nodes in ceph_osd_request") from the ceph tree.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Sage Weil <sage@inktank.com>
Reviewed-by: Michel Lespinasse <walken@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
net/ceph/osd_client.c