linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Error in linux-2.6.37-git5 in btrfs in ctree.c
@ 2011-01-11 12:53 Piotr Hosowicz
  2011-01-11 13:14 ` Américo Wang
  0 siblings, 1 reply; 6+ messages in thread
From: Piotr Hosowicz @ 2011-01-11 12:53 UTC (permalink / raw)
  To: LKML

(I send again because my previous message wasn't delivered.)

Hello,

There is an error in here:

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

Kernel fails to build. linux-2.6.37-git5

-- 
"Wiedza to władza. Ale niewiedza, niestety, nie oznacza jeszcze
braku władzy." Niels Bohr
NP: Patrick O'Hearn - Gradual Understanding
NB: 2.6.37-next-20110110

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error in linux-2.6.37-git5 in btrfs in ctree.c
  2011-01-11 12:53 Error in linux-2.6.37-git5 in btrfs in ctree.c Piotr Hosowicz
@ 2011-01-11 13:14 ` Américo Wang
  2011-01-12 14:11   ` Piotr Hosowicz
  0 siblings, 1 reply; 6+ messages in thread
From: Américo Wang @ 2011-01-11 13:14 UTC (permalink / raw)
  To: Piotr Hosowicz; +Cc: LKML

On Tue, Jan 11, 2011 at 01:53:55PM +0100, Piotr Hosowicz wrote:
>(I send again because my previous message wasn't delivered.)
>
>Hello,
>
>There is an error in here:
>
>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
>
>Kernel fails to build. linux-2.6.37-git5
>

I saw this too, just adding "<linux/kobject.h>" to ctree.h will
fix this error.

I have a patch but it is not on this laptop. :-/


-- 
Live like a child, think like the god.
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error in linux-2.6.37-git5 in btrfs in ctree.c
  2011-01-11 13:14 ` Américo Wang
@ 2011-01-12 14:11   ` Piotr Hosowicz
  2011-01-13 14:29     ` Piotr Hosowicz
  0 siblings, 1 reply; 6+ messages in thread
From: Piotr Hosowicz @ 2011-01-12 14:11 UTC (permalink / raw)
  To: Américo Wang; +Cc: LKML

On 11.01.2011 14:14, Américo Wang wrote:
> On Tue, Jan 11, 2011 at 01:53:55PM +0100, Piotr Hosowicz wrote:
>> (I send again because my previous message wasn't delivered.)
>>
>> Hello,
>>
>> There is an error in here:
>>
>> 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
>>
>> Kernel fails to build. linux-2.6.37-git5

I see that it's the same in Linus GIT tree, I didn't fail to build, 
because I corrected the same way first, it's building now. Should it be 
like that?

Regards,

Piotr Hosowicz

-- 
Grupa marzeń w eliminacjach MŚ :
Zimbabwe, Alaska, Grenlandia, Antarktyda i Zair.
NP: Peter Green Splinter Group - Turn Your Love Away
NB: 2.6.37-git7-corr

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error in linux-2.6.37-git5 in btrfs in ctree.c
  2011-01-12 14:11   ` Piotr Hosowicz
@ 2011-01-13 14:29     ` Piotr Hosowicz
  2011-01-13 14:45       ` Stefan Schmidt
  0 siblings, 1 reply; 6+ messages in thread
From: Piotr Hosowicz @ 2011-01-13 14:29 UTC (permalink / raw)
  To: piotr; +Cc: Américo Wang, LKML

On 12.01.2011 15:11, Piotr Hosowicz wrote:
> On 11.01.2011 14:14, Américo Wang wrote:
>> On Tue, Jan 11, 2011 at 01:53:55PM +0100, Piotr Hosowicz wrote:
>>> (I send again because my previous message wasn't delivered.)
>>>
>>> Hello,
>>>
>>> There is an error in here:
>>>
>>> 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
>>>
>>> Kernel fails to build. linux-2.6.37-git5
>
> I see that it's the same in Linus GIT tree, I didn't fail to build,
> because I corrected the same way first, it's building now. Should it be
> like that?
>

The situation is exactly the same today. What to do? I don't need btrfs, 
but must do some correction s I do not understand exactly. I don't like it.

Regards,

Piotr Hosowicz



-- 
Janusz Korwin-Mikke:
"Dyktatury dzielą się na dobre i złe. Demokracja jest zawsze głupia."
NP:  -
NB: 2.6.37-20110113-1411-pztidm+

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error in linux-2.6.37-git5 in btrfs in ctree.c
  2011-01-13 14:29     ` Piotr Hosowicz
@ 2011-01-13 14:45       ` Stefan Schmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Schmidt @ 2011-01-13 14:45 UTC (permalink / raw)
  To: Piotr Hosowicz; +Cc: Américo Wang, LKML

Hello.

On Thu, 2011-01-13 at 15:29, Piotr Hosowicz wrote:
> On 12.01.2011 15:11, Piotr Hosowicz wrote:
> >On 11.01.2011 14:14, Américo Wang wrote:
> >>On Tue, Jan 11, 2011 at 01:53:55PM +0100, Piotr Hosowicz wrote:
> >>>(I send again because my previous message wasn't delivered.)
> >>>
> >>>Hello,
> >>>
> >>>There is an error in here:
> >>>
> >>>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
> >>>
> >>>Kernel fails to build. linux-2.6.37-git5
> >
> >I see that it's the same in Linus GIT tree, I didn't fail to build,
> >because I corrected the same way first, it's building now. Should it be
> >like that?
> >
> 
> The situation is exactly the same today. What to do? I don't need
> btrfs, but must do some correction s I do not understand exactly. I
> don't like it.

I'm waiting for feedback on the patch I sent in for this. linux-btrfs and Chris
had beend added but no reply so far. Not sure if there is a hotpath for build
fixes or if maintainer pick them up as usual.

regards
Stefan Schmidt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Error in linux-2.6.37-git5 in btrfs in ctree.c
@ 2011-01-11 10:59 Piotr Hosowicz
  0 siblings, 0 replies; 6+ messages in thread
From: Piotr Hosowicz @ 2011-01-11 10:59 UTC (permalink / raw)
  To: LKML

Hello,

There is an error in here:

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

Kernel fails to build. linux-2.6.37-git5

-- 
"Wiedza to władza. Ale niewiedza, niestety, nie oznacza jeszcze
braku władzy." Niels Bohr
NP: Patrick O'Hearn - Gradual Understanding
NB: 2.6.37-next-20110110

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-13 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11 12:53 Error in linux-2.6.37-git5 in btrfs in ctree.c Piotr Hosowicz
2011-01-11 13:14 ` Américo Wang
2011-01-12 14:11   ` Piotr Hosowicz
2011-01-13 14:29     ` Piotr Hosowicz
2011-01-13 14:45       ` Stefan Schmidt
  -- strict thread matches above, loose matches on Subject: below --
2011-01-11 10:59 Piotr Hosowicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).