6 Aug 2012 05:43
linux-next: build failure after merge of the akpm tree
Stephen Rothwell <sfr <at> canb.auug.org.au>
2012-08-06 03:43:18 GMT
2012-08-06 03:43:18 GMT
Hi Andrew,
After merging the akpm tree, today's linux-next build (x86_64
allmodconfig) failed like this:
fs/gfs2/rgrp.c: In function 'gfs2_rs_alloc':
fs/gfs2/rgrp.c:456:2: error: implicit declaration of function 'rb_init_node' [-Werror=implicit-function-declaration]
Caused by commit 5599fe1ab023 ("rbtree: empty nodes have no color") from
the akpm tree interacting with commit cde7c325077b ("GFS2: Add structure
to contain rgrp, bitmap, offset tuple") from the gfs2 tree.
I have applied the following merge fix patch (which is probably not
sufficient).
From: Stephen Rothwell <sfr <at> canb.auug.org.au>
Date: Mon, 6 Aug 2012 13:35:11 +1000
Subject: [PATCH] rbtree/gfs2: remove call to rb_init_node
Signed-off-by: Stephen Rothwell <sfr <at> canb.auug.org.au>
---
fs/gfs2/rgrp.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c
index 06476b3..6fb3a57 100644
--- a/fs/gfs2/rgrp.c
+++ b/fs/gfs2/rgrp.c
<at> <at> -453,8 +453,6 <at> <at> int gfs2_rs_alloc(struct gfs2_inode *ip)
if (!res)
(Continue reading)
RSS Feed