mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.4.1 loopback FS partial fix
@ 2001-02-13 21:22 Colonel
  2001-02-13 23:35 ` John Langford
  0 siblings, 1 reply; 2+ messages in thread
From: Colonel @ 2001-02-13 21:22 UTC (permalink / raw)
  To: linux-kernel


For the other list readers with problems:

I used patch 2.4.2-pre2  (not pre3) 

plus axboe's loop-4 patch  (in the people directory).

  /ftp@ftp.kernel.org:/pub/linux/kernel/people/axboe/patches/2.4.2-pre1

It solves most problems here.

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

* Re: 2.4.1 loopback FS partial fix
  2001-02-13 21:22 2.4.1 loopback FS partial fix Colonel
@ 2001-02-13 23:35 ` John Langford
  0 siblings, 0 replies; 2+ messages in thread
From: John Langford @ 2001-02-13 23:35 UTC (permalink / raw)
  To: Colonel; +Cc: linux-kernel

Excellent - this solved my problems.  I stress tested the loopback device
with a big copy and it seemed to work.  I also made losetup use open64:

[root@crush mount]# diff lomount.c lomount.c~
230c230
<       if ((ffd = open64 (file, mode)) < 0) {
---
>       if ((ffd = open (file, mode)) < 0) {

and gave it a 10GB file.  This seems to be working fine as well.

-John


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

end of thread, other threads:[~2001-02-13 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-13 21:22 2.4.1 loopback FS partial fix Colonel
2001-02-13 23:35 ` John Langford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®