Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270754AbTHFMry (ORCPT ); Wed, 6 Aug 2003 08:47:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S273016AbTHFMry (ORCPT ); Wed, 6 Aug 2003 08:47:54 -0400 Received: from smtp016.mail.yahoo.com ([216.136.174.113]:48905 "HELO smtp016.mail.yahoo.com") by vger.kernel.org with SMTP id S270754AbTHFMrw convert rfc822-to-8bit (ORCPT ); Wed, 6 Aug 2003 08:47:52 -0400 From: Michael Buesch To: "lode leroy" Subject: Re: 2.5.70 lockup while write()ing to /dev/hda1 Date: Wed, 6 Aug 2003 14:47:33 +0200 User-Agent: KMail/1.5.3 References: In-Reply-To: Cc: linux kernel mailing list MIME-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200308061447.46364.fsdeveloper@yahoo.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 994 Lines: 39 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 06 August 2003 14:32, lode leroy wrote: > main() > { > int f = open("/dev/hda1", O_RDWR); > char buffer[8192]; > for(i=0;1;i++) { > printf("%d\r", i); > write(f, buffer, sizeof(buffer); Shouldn't this be: write(f, buffer, sizeof(buffer) / sizeof(buffer[0])); And what are you thying to do with the code? > /* fsync(f); */ > } > close(f) > } - -- Regards Michael Buesch [ http://www.8ung.at/tuxsoft ] Penguin on this machine: Linux 2.6.0-test2 - i386 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MPjvoxoigfggmSgRAkhNAJ40TUOftJfk/wa+g6B6gFiRSEdsNwCeJ/Tc YH8xVddWCQZzozFNlIxT14o= =x0ge -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/