All of lore.kernel.org
 help / color / mirror / Atom feed
* reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ?
@ 2003-07-12 11:42 Soeren Sonnenburg
  2003-07-12 12:52 ` Dieter Nützel
  2003-07-12 19:34 ` Chris Mason
  0 siblings, 2 replies; 5+ messages in thread
From: Soeren Sonnenburg @ 2003-07-12 11:42 UTC (permalink / raw)
  To: reiserfs-list

Hi.

I tried to mount a reiserfs partition (which is connected via firewire
or usb mass storage) and while it mounts ok with 2.4.21-ben2 it hangs
while mounting on 2.4.22-pre4-ben0.

I guess something is broken there... I can get into the kernel debugger
xmon and supply you with a backtrace shot taken with some digital
camera... if that helps.

If it is a known issue what is the solution ?

Thanks,
Soeren.


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

* Re: reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ?
  2003-07-12 11:42 reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ? Soeren Sonnenburg
@ 2003-07-12 12:52 ` Dieter Nützel
  2003-07-12 14:43   ` Soeren Sonnenburg
  2003-07-12 19:34 ` Chris Mason
  1 sibling, 1 reply; 5+ messages in thread
From: Dieter Nützel @ 2003-07-12 12:52 UTC (permalink / raw)
  To: Soeren Sonnenburg, reiserfs-list

Am Samstag, 12. Juli 2003 13:42 schrieb Soeren Sonnenburg:
> Hi.
>
> I tried to mount a reiserfs partition (which is connected via firewire
> or usb mass storage) and while it mounts ok with 2.4.21-ben2 it hangs
> while mounting on 2.4.22-pre4-ben0.

Sorry, but what is -benX kernel version?

Greetings,
	Dieter


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

* Re: reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ?
  2003-07-12 12:52 ` Dieter Nützel
@ 2003-07-12 14:43   ` Soeren Sonnenburg
  0 siblings, 0 replies; 5+ messages in thread
From: Soeren Sonnenburg @ 2003-07-12 14:43 UTC (permalink / raw)
  To: Dieter Nützel; +Cc: reiserfs-list

On Sat, 2003-07-12 at 14:52, Dieter Nützel wrote:
> Am Samstag, 12. Juli 2003 13:42 schrieb Soeren Sonnenburg:
> > Hi.
> >
> > I tried to mount a reiserfs partition (which is connected via firewire
> > or usb mass storage) and while it mounts ok with 2.4.21-ben2 it hangs
> > while mounting on 2.4.22-pre4-ben0.
> 
> Sorry, but what is -benX kernel version?

The powermac tree from Benjamin Herrenschmidt, see penguinppc.org or
ftp.kernel.org:/pub/linux/kernel/people/ben for his rsync tree or
patches to the vanilla kernel.

Best,
Soeren.


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

* Re: reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ?
  2003-07-12 11:42 reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ? Soeren Sonnenburg
  2003-07-12 12:52 ` Dieter Nützel
@ 2003-07-12 19:34 ` Chris Mason
  2003-07-13 12:43   ` Soeren Sonnenburg
  1 sibling, 1 reply; 5+ messages in thread
From: Chris Mason @ 2003-07-12 19:34 UTC (permalink / raw)
  To: Soeren Sonnenburg; +Cc: reiserfs-list

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

On Sat, 2003-07-12 at 07:42, Soeren Sonnenburg wrote:
> Hi.
> 
> I tried to mount a reiserfs partition (which is connected via firewire
> or usb mass storage) and while it mounts ok with 2.4.21-ben2 it hangs
> while mounting on 2.4.22-pre4-ben0.
> 
> I guess something is broken there... I can get into the kernel debugger
> xmon and supply you with a backtrace shot taken with some digital
> camera... if that helps.

Please try this (which is in -pre5 and not related to reiserfs)



[-- Attachment #2: io-stalls-11-inc.diff --]
[-- Type: text/plain, Size: 455 bytes --]

===== drivers/block/ll_rw_blk.c 1.46 vs edited =====
--- 1.46/drivers/block/ll_rw_blk.c	Fri Jul  4 13:35:08 2003
+++ edited/drivers/block/ll_rw_blk.c	Fri Jul 11 08:30:54 2003
@@ -618,7 +618,7 @@
 	do {
 		set_current_state(TASK_UNINTERRUPTIBLE);
 		spin_lock_irq(&io_request_lock);
-		if (blk_oversized_queue(q)) {
+		if (blk_oversized_queue(q) || q->rq.count == 0) {
 			__generic_unplug_device(q);
 			spin_unlock_irq(&io_request_lock);
 			schedule();

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

* Re: reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ?
  2003-07-12 19:34 ` Chris Mason
@ 2003-07-13 12:43   ` Soeren Sonnenburg
  0 siblings, 0 replies; 5+ messages in thread
From: Soeren Sonnenburg @ 2003-07-13 12:43 UTC (permalink / raw)
  To: reiserfs-list

On Sat, 2003-07-12 at 21:34, Chris Mason wrote:
> On Sat, 2003-07-12 at 07:42, Soeren Sonnenburg wrote:
> > Hi.
> > 
> > I tried to mount a reiserfs partition (which is connected via firewire
> > or usb mass storage) and while it mounts ok with 2.4.21-ben2 it hangs
> > while mounting on 2.4.22-pre4-ben0.
> > 
> > I guess something is broken there... I can get into the kernel debugger
> > xmon and supply you with a backtrace shot taken with some digital
> > camera... if that helps.
> 
> Please try this (which is in -pre5 and not related to reiserfs)

You are right that patch fixes it.

Pretty strange that it worked on some ext3 partition ... hmmhh.

Thanks a lot,
Soeren.


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

end of thread, other threads:[~2003-07-13 12:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-12 11:42 reiserfs b0rken on 2.4.22-pre4-ben0 on powerpc ? Soeren Sonnenburg
2003-07-12 12:52 ` Dieter Nützel
2003-07-12 14:43   ` Soeren Sonnenburg
2003-07-12 19:34 ` Chris Mason
2003-07-13 12:43   ` Soeren Sonnenburg

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.