From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Lee Irwin III Subject: Re: silent semantic changes with reiser4 Date: Tue, 7 Sep 2004 20:03:42 -0700 Message-ID: <20040908030342.GW3106@holomorphy.com> References: <200409070206.i8726vrG006493@localhost.localdomain> <413D4C18.6090501@slaphack.com> <413D4ED9.5090206@namesys.com> <20040907062806.GL3106@holomorphy.com> <20040907223801.GS3106@holomorphy.com> <20040908024319.GU3106@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Masover , Horst von Brand , Spam , Tonnerre , Christer Weinigel , Linus Torvalds , Pavel Machek , Jamie Lokier , Chris Wedgwood , viro@parcelfarce.linux.theplanet.co.uk, Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Lyamin aka FLX , ReiserFS List Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Hans Reiser Content-Disposition: inline In-Reply-To: <20040908024319.GU3106@holomorphy.com> List-Id: linux-fsdevel.vger.kernel.org On Tue, Sep 07, 2004 at 07:43:19PM -0700, William Lee Irwin III wrote: > - return (count_t)(max_off / device->blksize); > + return (size & ~4096ULL)/device->blksize; Correcting this to return (size & ~4095ULL)/device->blksize does not fix the coredumps. -- wli