All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: "Udo A. Steinberg" <reality@delusion.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [OOPS]: 2.5.19 oopses when writing to floppy
Date: Fri, 31 May 2002 09:12:17 +0200	[thread overview]
Message-ID: <20020531071217.GG841@suse.de> (raw)
In-Reply-To: <3CF6AAB8.51EB64A4@delusion.de>

On Fri, May 31 2002, Udo A. Steinberg wrote:
> 
> Hi,
> 
> I got the following oops when mcopy'ing to a floppy drive with no disk in it.
> I won't be able to read my mail until Sunday, so if you need further info
> it'll have to wait until then.

Does this fix it?

--- drivers/block/floppy.c~	2002-05-31 09:11:34.000000000 +0200
+++ drivers/block/floppy.c	2002-05-31 09:11:44.000000000 +0200
@@ -3894,7 +3894,7 @@
 	bio.bi_end_io = floppy_rb0_complete;
 
 	submit_bio(READ, &bio);
-	generic_unplug_device(bdev_get_queue(bdev));
+	blk_run_queues();
 	process_fd_request();
 	wait_for_completion(&complete);
 

-- 
Jens Axboe


      reply	other threads:[~2002-05-31  7:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-30 22:42 [OOPS]: 2.5.19 oopses when writing to floppy Udo A. Steinberg
2002-05-31  7:12 ` Jens Axboe [this message]

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=20020531071217.GG841@suse.de \
    --to=axboe@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reality@delusion.de \
    /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.