From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 15 Oct 2002 09:02:25 +0300 From: Michael Shigorin To: devel@altlinux.ru Subject: Fwd: [Fwd: Re: [Fwd: Fwd: [devel] BUG: uw-imap locking does not work on reiserfs]] Message-ID: <20021015060225.GH9328@osdn.org.ua> Mail-Followup-To: devel@altlinux.ru Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nywXBoy70X0GaB8B" Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: --nywXBoy70X0GaB8B Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ----- Forwarded message from Yury Umanets ----- Date: Mon, 14 Oct 2002 23:44:08 +0400 From: Yury Umanets To: mike@osdn.org.ua Subject: [Fwd: Re: [Fwd: Fwd: [devel] BUG: uw-imap locking does not work on= reiserfs]] -------- Original Message -------- Subject: Re: [Fwd: Fwd: [devel] BUG: uw-imap locking does not work on reise= rfs] Date: Mon, 14 Oct 2002 23:01:40 +0400 From: Oleg Drokin To: Yury Umanets CC: reiserfs-dev@namesys.com Hello! it just means that wu-imap is broken (no wonders about that.) I will submit patch for SuSE and RedHat tomorrow, I guess. Bye, Oleg On Mon, Oct 14, 2002 at 06:26:15PM +0400, Yury Umanets wrote: > > >-------- Original Message -------- >Subject: Fwd: [devel] BUG: uw-imap locking does not work on reiserfs >Date: Mon, 14 Oct 2002 17:23:08 +0300 >From: Michael Shigorin >To: Yury Umanets > > > >----- Forwarded message from Sergey Vlasov ----- > >Date: Sat, 12 Oct 2002 18:23:23 +0400 >From: Sergey Vlasov >To: ALT Discussion List , > Sisyphus ML >Subject: [devel] BUG: uw-imap locking does not work on reiserfs >Cc: ALT Developers List > >=F7=CE=C9=CD=C1=CE=C9=C5, =C7=D2=C1=C2=CC=C9! > >=F7 uw-imap (=D0=CF =CB=D2=C1=CA=CE=C5=CA =CD=C5=D2=C5, =D7 =D7=C5=D2=D3= =C9=C9 uw-imap-2001a-alt6) =CE=C5 =D2=C1=C2=CF=D4=C1=C5=D4 >=C2=CC=CF=CB=C9=D2=CF=D7=CB=C1 =D0=CF=DE=D4=CF=D7=D9=C8 =D1=DD=C9=CB=CF=D7= , =C5=D3=CC=C9 =CF=CE=C9 =CE=C1=C8=CF=C4=D1=D4=D3=D1 =CE=C1 =C6=C1=CA=CC=CF= =D7=CF=CA =D3=C9=D3=D4=C5=CD=C5 >reiserfs (=D0=D2=CF=D7=C5=D2=C5=CE=CF =D3 =D1=C4=D2=CF=CD 2.4.18-up-alt8).= =EE=C1 ext2, ext3 =C2=CC=CF=CB=C9=D2=CF=D7=CB=C1 >=D2=C1=C2=CF=D4=C1=C5=D4. =EE=C1 =C4=D2=D5=C7=C9=C8 =C6=C1=CA=CC=CF=D7=D9= =C8 =D3=C9=D3=D4=C5=CD=C1=C8 =D4=CF=D6=C5 =CD=CF=C7=D5=D4 =C2=D9=D4=D8 =D0= =D2=CF=C2=CC=C5=CD=D9 - =CE=C5 >=D0=D2=CF=D7=C5=D2=D1=CC. > >=EF=DB=C9=C2=CB=C1 =CD=CF=D6=C5=D4 =D0=D2=C9=D7=CF=C4=C9=D4=D8 =CB =D0=CF= =D2=DE=C5 =D0=CF=DE=D4=CF=D7=D9=C8 =D1=DD=C9=CB=CF=D7 =C9 =D0=CF=D4=C5=D2= =C5 =D3=CF=CF=C2=DD=C5=CE=C9=CA. > >=F0=D2=C9=DE=C9=CE=C1, =D0=CF=C8=CF=D6=C5, =D7 =D3=CC=C5=C4=D5=C0=DD=C5=CD= =CB=D5=D3=CB=C5 =CB=CF=C4=C1 (src/osdep/unix/nfstnew.c): > >/* Test for NFS >* Accepts: file descriptor >* Returns: T if NFS file, NIL otherwise >*/ > >long test_nfs (int fd) >{ > struct stat sbuf; > struct ustat usbuf; > struct statvfs vsbuf; > /* Any base type that begins with "nfs" or "afs" is considered to be a > * network filesystem. > */ > return ((!fstat (fd,&sbuf) && !ustat (sbuf.st_dev,&usbuf) && > !++usbuf.f_tinode) || > (!fstatvfs (fd,&vsbuf) && (vsbuf.f_basetype[1] =3D=3D 'f') && > (vsbuf.f_basetype[2] =3D=3D 's') && > ((vsbuf.f_basetype[0] =3D=3D 'n') || (vsbuf.f_basetype[0] =3D=3D 'a'))= )) ? > LONGT : NIL; >} > >=EE=C1 reiserfs =C6=D5=CE=CB=C3=C9=D1 ustat =D7=CF=DA=D7=D2=C1=DD=C1=C5=D4= f_tinode =3D=3D -1, =D7 =D2=C5=DA=D5=CC=D8=D4=C1=D4=C5 =DE=C5=C7=CF >uw-imap =D3=DE=C9=D4=C1=C5=D4, =DE=D4=CF =D2=C1=C2=CF=D4=C1=C5=D4 =D3 NFS,= =C9 =D0=D2=C5=CB=D2=C1=DD=C1=C5=D4 =C9=D3=D0=CF=CC=D8=DA=CF=D7=C1=D4=D8 >=C2=CC=CF=CB=C9=D2=CF=D7=CB=C9 =DE=C5=D2=C5=DA fcntl (=CF=D3=D4=C1=C5=D4= =D3=D1 =D4=CF=CC=D8=CB=CF dotlock, =CE=CF =DC=D4=CF=D4 =CD=C5=D4=CF=C4 =CE= =C5 >=D2=C1=C2=CF=D4=C1=C5=D4 =D3 =D3=C9=D3=D4=C5=CD=CE=D9=CD=C9 =D1=DD=C9=CB= =C1=CD=C9 =D7 /var/spool/mail). > >--=20 >Sergey Vlasov >_______________________________________________ >Devel mailing list >Devel@altlinux.ru >http://altlinux.ru/mailman/listinfo/devel > >----- End forwarded message ----- > >--=20 >---- WBR, Michael Shigorin > ------ Linux.Kiev http://www.linux.kiev.ua/ > > > >--=20 >Yury Umanets > --=20 Yury Umanets ----- End forwarded message ----- --=20 ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --nywXBoy70X0GaB8B Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9q69xbsPDprYMm3IRApYNAJ9YA2FWskrj9151ZNgfHQaOwzqvEwCgqfHI wvlJRkDrJb0sEJeNgakSdeU= =89j5 -----END PGP SIGNATURE----- --nywXBoy70X0GaB8B--