Re: 2.6.9-mm1: LVM stopped working (dio-handle-eof.patch)

From: Mathieu Segaud
Date: Tue Nov 02 2004 - 12:18:51 EST


Jens Axboe <axboe@xxxxxxx> disait dernièrement que :

> Ehm, that should be
>
> if ((isize - offset))
> bytes_todo = isize - offset;
> else if (bytes_todo > PAGE_SIZE)
> bytes_todo = PAGE_SIZE;
>

this one works :)
(of course on top 2.6.10-rc1-mm2, too)

Thanks,

--
<JALH> regex are more than some crappy posix thing
<JALH> they are an art form

- Marc Zealey on #kernelnewbies

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/