Re: [PATCH] Use of getblk differs between locations

From: Anton Altaparmakov (aia21_at_cam.ac.uk)
Date: 10/11/05

  • Next message: Ingo Molnar: "Re: Latency data - 2.6.14-rc3-rt13"
    To: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
    Date:	Tue, 11 Oct 2005 08:52:35 +0100
    
    

    On Tue, 2005-10-11 at 00:49 +0200, Mikulas Patocka wrote:
    > On Mon, 10 Oct 2005, Anton Altaparmakov wrote:
    > > On Mon, 10 Oct 2005, Mikulas Patocka wrote:
    > >> On Mon, 10 Oct 2005, Glauber de Oliveira Costa wrote:
    > >> As comment in buffer.c says, getblk will deadlock if the machine is out of
    > >> memory. It is questionable whether to deadlock or return NULL and corrupt
    > >> filesystem in this case --- deadlock is probably better.
    > >
    > > What do you mean corrupt filesystem? If a filesystem is written so badly
    > > that it will cause corruption when a NULL is returned somewhere, I
    > > certainly don't want to have anything to do with it.
    >
    > What should a filesystem driver do if it can't suddenly read or write any
    > blocks on media?

    Two clear choices:

    1) Switch to read-only and use the cached data to fulfil requests and
    fail all others.

    2) Ask the user to insert the media/plug the device back in (this is by
    far the most likely cause of all requests suddenly failing) and then
    continue where they left off.

    It is unfortunate that Linux does not allow for 2) so you need to do 1).

    I completely disagree with people who want the system to panic() or even
    BUG() in such case. I don't want "me accidentally knocking the
    flashdrive attached to my keyboard's usb ports" to panic() my system
    thank you very much! And I don't want it to go BUG() either!

    Best regards,

            Anton

    -- 
    Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
    Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
    Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
    WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Ingo Molnar: "Re: Latency data - 2.6.14-rc3-rt13"

    Relevant Pages