From: Jeff Garzik <jeff@garzik.org>
To: James Bottomley <James.Bottomley@suse.de>
Cc: Chris Mason <chris.mason@oracle.com>,
linux-fsdevel <linux-fsdevel@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] btrfs: compile fix
Date: Sat, 15 Jan 2011 16:07:58 -0500 [thread overview]
Message-ID: <4D320CAE.3010508@garzik.org> (raw)
In-Reply-To: <1295105635.5973.22.camel@mulgrave.site>
On 01/15/2011 10:33 AM, James Bottomley wrote:
> Could we please fix this problem:
>
> In file included from fs/btrfs/ctree.c:21:
> fs/btrfs/ctree.h:1003: error: field 'super_kobj' has incomplete type
> fs/btrfs/ctree.h:1074: error: field 'root_kobj' has incomplete type
> make[2]: *** [fs/btrfs/ctree.o] Error 1
>
> It's annoying all my builds at the moment.
>
> James
>
> ---
>
> diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
> index a142d20..f4f5fd5 100644
> --- a/fs/btrfs/ctree.h
> +++ b/fs/btrfs/ctree.h
> @@ -25,6 +25,7 @@
> #include<linux/fs.h>
> #include<linux/completion.h>
> #include<linux/backing-dev.h>
> +#include<linux/kobject.h>
> #include<linux/wait.h>
> #include<linux/slab.h>
> #include<asm/kmap_types.h>
This has been broken for a day or three, and the fix is obvious.
Please forward to Linus. It's annoying everybody. :)
Jeff
next prev parent reply other threads:[~2011-01-15 21:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-15 15:33 [PATCH] btrfs: compile fix James Bottomley
2011-01-15 21:07 ` Jeff Garzik [this message]
2011-01-15 23:30 ` Chris Mason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D320CAE.3010508@garzik.org \
--to=jeff@garzik.org \
--cc=James.Bottomley@suse.de \
--cc=chris.mason@oracle.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.