linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Adam J. Richter" <adam@yggdrasil.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Loop devices under NTFS
Date: Wed, 28 Aug 2002 02:17:21 -0700	[thread overview]
Message-ID: <200208280917.CAA39688@baldur.yggdrasil.com> (raw)

On Wed, 28 Aug 2002 10:36:29 +0200, Urban Widmark wrote:
>smbfs has aops but when used with the current loop.c it corrupts the file
>it is using. I can't say that the error is in loop.c but it is the only
>way I can trigger the corruption and the smbfs aops (locking) aren't all
>that different from the nfs ones.

        I think you're just exercising a bug in the stock
loop.c that I fixed in a recent patch for 2.5.31 loop.c.
It occurred when the of the file system block size was less than
than a page size, which I believe is what mke2fs will default to
for a ~20MB file system, as in your example.  The fix is item #3
discussed in my posting of an earlier version of the loop.c patch:

http://marc.theaimsgroup.com/?l=linux-kernel&m=102924362322080&w=2

        although I posted a newer version of the loop.c patch
(which also has the fix but does not discuss it in the message text)
here:

http://marc.theaimsgroup.com/?l=linux-kernel&m=102941520919910&w=2

Adam J. Richter     __     ______________   575 Oroville Road
adam@yggdrasil.com     \ /                  Milpitas, California 95035
+1 408 309-6081         | g g d r a s i l   United States of America
                         "Free Software For The Rest Of Us."

             reply	other threads:[~2002-08-28  9:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28  9:17 Adam J. Richter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-29 11:00 Loop devices under NTFS Adam J. Richter
2002-08-29 11:27 ` Anton Altaparmakov
2002-08-29 15:16 ` Jari Ruusu
2002-08-28  1:49 Adam J. Richter
2002-08-28  8:36 ` Urban Widmark
2002-08-28  1:06 Adam J. Richter
2002-08-28 15:50 ` Andre Bonin
2002-08-28 16:41 ` Christoph Hellwig
2002-08-27 23:42 Adam J. Richter
2002-08-27 23:59 ` Christoph Hellwig
2002-08-27 13:53 Adam J. Richter
2002-08-27 17:04 ` Christoph Hellwig
2002-08-27 17:26 ` Jan Harkes
2002-08-27 13:23 Adam J. Richter
2002-08-27 13:27 ` Christoph Hellwig
2002-08-27 12:40 Adam J. Richter
2002-08-27 12:46 ` Anton Altaparmakov
2002-08-27 13:15 ` Christoph Hellwig
2002-08-27  4:48 Andre Bonin
2002-08-27  9:17 ` Anton Altaparmakov

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=200208280917.CAA39688@baldur.yggdrasil.com \
    --to=adam@yggdrasil.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 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).