* Re: BUG: isofs broken (2.2 and 2.4)
@ 2000-11-18 0:17 Andries.Brouwer
2000-11-18 1:21 ` Linus Torvalds
0 siblings, 1 reply; 6+ messages in thread
From: Andries.Brouwer @ 2000-11-18 0:17 UTC (permalink / raw)
To: Andries.Brouwer, torvalds
Cc: aeb, emoenke, eric, kobras, koenig, linux-kernel
>> I take it you'll also do the third part?
> Are you talking about isofs_lookup_grandparent()?
No, about isofs_read_inode.
Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG: isofs broken (2.2 and 2.4)
2000-11-18 0:17 BUG: isofs broken (2.2 and 2.4) Andries.Brouwer
@ 2000-11-18 1:21 ` Linus Torvalds
2000-11-18 1:39 ` test11-pre7 compile failure J Sloan
2000-11-18 4:33 ` BUG: isofs broken (2.2 and 2.4) Keith Owens
0 siblings, 2 replies; 6+ messages in thread
From: Linus Torvalds @ 2000-11-18 1:21 UTC (permalink / raw)
To: Andries.Brouwer; +Cc: aeb, emoenke, eric, kobras, koenig, linux-kernel
There's a test11-pre7 there now, and I'd really ask people to check out
the isofs changes because slight worry about those is what held me up from
just calling it test11 outright.
It's almost guaranteed to be better than what we had before, but anyway..
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* test11-pre7 compile failure
2000-11-18 1:21 ` Linus Torvalds
@ 2000-11-18 1:39 ` J Sloan
2000-11-18 3:38 ` Linus Torvalds
2000-11-18 4:33 ` BUG: isofs broken (2.2 and 2.4) Keith Owens
1 sibling, 1 reply; 6+ messages in thread
From: J Sloan @ 2000-11-18 1:39 UTC (permalink / raw)
To: linux-kernel
Just a quick heads-up -
looks like the md fixes broke something -
In file included from /usr/src/linux/include/linux/pagemap.h:17,
from /usr/src/linux/include/linux/locks.h:9,
from /usr/src/linux/include/linux/raid/md.h:37,
from init/main.c:25:
/usr/src/linux/include/linux/highmem.h: In function `bh_kmap':
/usr/src/linux/include/linux/highmem.h:23: structure has no member named
`p_page'
In file included from /usr/src/linux/include/linux/raid/md.h:51,
from init/main.c:25:
/usr/src/linux/include/linux/raid/md_k.h: In function `pers_to_level':
/usr/src/linux/include/linux/raid/md_k.h:39: warning: control reaches end of
non-void function
make: *** [init/main.o] Error 1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: test11-pre7 compile failure
2000-11-18 1:39 ` test11-pre7 compile failure J Sloan
@ 2000-11-18 3:38 ` Linus Torvalds
0 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2000-11-18 3:38 UTC (permalink / raw)
To: linux-kernel
In article <3A15DDCB.42B0F208@toyota.com>, J Sloan <jjs@toyota.com> wrote:
>
>looks like the md fixes broke something -
>
>In file included from /usr/src/linux/include/linux/pagemap.h:17,
> from /usr/src/linux/include/linux/locks.h:9,
> from /usr/src/linux/include/linux/raid/md.h:37,
> from init/main.c:25:
>/usr/src/linux/include/linux/highmem.h: In function `bh_kmap':
>/usr/src/linux/include/linux/highmem.h:23: structure has no member named
>`p_page'
The "p_page" should be a "b_page". Duh.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG: isofs broken (2.2 and 2.4)
2000-11-18 1:21 ` Linus Torvalds
2000-11-18 1:39 ` test11-pre7 compile failure J Sloan
@ 2000-11-18 4:33 ` Keith Owens
2000-11-18 4:50 ` Linus Torvalds
1 sibling, 1 reply; 6+ messages in thread
From: Keith Owens @ 2000-11-18 4:33 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andries.Brouwer, aeb, emoenke, eric, kobras, koenig, linux-kernel
On Fri, 17 Nov 2000 17:21:53 -0800 (PST),
Linus Torvalds <torvalds@transmeta.com> wrote:
>There's a test11-pre7 there now, and I'd really ask people to check out
>the isofs changes because slight worry about those is what held me up from
>just calling it test11 outright.
>
>It's almost guaranteed to be better than what we had before, but anyway..
>
> Linus
namei.c: In function `isofs_find_entry':
namei.c:130: warning: passing arg 2 of `get_joliet_filename' from incompatible pointer type
namei.c:130: warning: passing arg 3 of `get_joliet_filename' from incompatible pointer type
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG: isofs broken (2.2 and 2.4)
2000-11-18 4:33 ` BUG: isofs broken (2.2 and 2.4) Keith Owens
@ 2000-11-18 4:50 ` Linus Torvalds
0 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2000-11-18 4:50 UTC (permalink / raw)
To: Keith Owens
Cc: Andries.Brouwer, aeb, emoenke, eric, kobras, koenig, linux-kernel
On Sat, 18 Nov 2000, Keith Owens wrote:
> On Fri, 17 Nov 2000 17:21:53 -0800 (PST),
> Linus Torvalds <torvalds@transmeta.com> wrote:
> >There's a test11-pre7 there now, and I'd really ask people to check out
> >the isofs changes because slight worry about those is what held me up from
> >just calling it test11 outright.
> >
> >It's almost guaranteed to be better than what we had before, but anyway..
> >
> > Linus
>
> namei.c: In function `isofs_find_entry':
> namei.c:130: warning: passing arg 2 of `get_joliet_filename' from incompatible pointer type
> namei.c:130: warning: passing arg 3 of `get_joliet_filename' from incompatible pointer type
Thanks. The second and third arguments were switched around to match all
the other filename conversion stuff, and because I don't have joliet
enabled I didn't notice this. Just switch them around where the warning
occurs, and you should be golden.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-11-18 5:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-18 0:17 BUG: isofs broken (2.2 and 2.4) Andries.Brouwer
2000-11-18 1:21 ` Linus Torvalds
2000-11-18 1:39 ` test11-pre7 compile failure J Sloan
2000-11-18 3:38 ` Linus Torvalds
2000-11-18 4:33 ` BUG: isofs broken (2.2 and 2.4) Keith Owens
2000-11-18 4:50 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox