Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 5 Feb 2003 13:13:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 5 Feb 2003 13:13:14 -0500 Received: from packet.digeo.com ([12.110.80.53]:59284 "EHLO packet.digeo.com") by vger.kernel.org with ESMTP id ; Wed, 5 Feb 2003 13:13:12 -0500 Date: Wed, 5 Feb 2003 10:23:08 -0800 From: Andrew Morton To: Andrea Arcangeli Cc: lm@bitmover.com, linux-kernel@vger.kernel.org Subject: Re: 2.5 changeset 1.952.4.2 corrupt in fs/jfs/inode.c Message-Id: <20030205102308.68899bc3.akpm@digeo.com> In-Reply-To: <20030205174021.GE19678@dualathlon.random> References: <20030205174021.GE19678@dualathlon.random> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Feb 2003 18:22:41.0104 (UTC) FILETIME=[91B7CD00:01C2CD43] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 649 Lines: 18 Andrea Arcangeli wrote: > > void jfs_truncate(struct inode *ip) > { > - jFYI(1, ("jfs_truncate: size = 0x%lx\n", (ulong) ip->i_size)); > + jfs_info("jfs_truncate: size = 0x%lx", (ulong) ip->i_size); > > nobh_truncate_page(ip->i_mapping, ip->i_size); > ^^^^^^^^^^^^^^^^^^ This is the correct version. Since 2.5.59, jfs was switched over to not use buffer_heads. - 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/