Re: svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread John-Mark Gurney
Adrian Chadd wrote this message on Tue, Jul 22, 2014 at 10:59 -0700: > On 22 July 2014 10:47, Marcel Moolenaar wrote: > > > > On Jul 22, 2014, at 10:46 AM, Adrian Chadd wrote: > > > >> Wait, which consumers failed that test? > > > > geom_vfs I presume, because the file corruption is seen with UFS

Re: svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread Slawa Olhovchenkov
On Tue, Jul 22, 2014 at 05:30:06PM +, Marcel Moolenaar wrote: > Author: marcel > Date: Tue Jul 22 17:30:05 2014 > New Revision: 268986 > URL: http://svnweb.freebsd.org/changeset/base/268986 > > Log: > In r264504, we prevented doing I/O for more than MAXPHYS by making > the assumption that

Re: svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread Adrian Chadd
On 22 July 2014 10:47, Marcel Moolenaar wrote: > > On Jul 22, 2014, at 10:46 AM, Adrian Chadd wrote: > >> Wait, which consumers failed that test? > > geom_vfs I presume, because the file corruption is seen with UFS. Interesting. I wonder if this is about time we bit the bullet and compiled up G

Re: svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread Marcel Moolenaar
On Jul 22, 2014, at 10:46 AM, Adrian Chadd wrote: > Wait, which consumers failed that test? geom_vfs I presume, because the file corruption is seen with UFS. -- Marcel Moolenaar mar...@xcllnt.net signature.asc Description: Message signed with OpenPGP using GPGMail

Re: svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread Adrian Chadd
Wait, which consumers failed that test? -a On 22 July 2014 10:30, Marcel Moolenaar wrote: > Author: marcel > Date: Tue Jul 22 17:30:05 2014 > New Revision: 268986 > URL: http://svnweb.freebsd.org/changeset/base/268986 > > Log: > In r264504, we prevented doing I/O for more than MAXPHYS by mak

svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread Marcel Moolenaar
Author: marcel Date: Tue Jul 22 17:30:05 2014 New Revision: 268986 URL: http://svnweb.freebsd.org/changeset/base/268986 Log: In r264504, we prevented doing I/O for more than MAXPHYS by making the assumption that consumers would respect bio_completed and/or bio_resid to detect short reads. Th