Re: 2.5 changeset 1.952.4.2 corrupt in fs/jfs/inode.c

From: Andrew Morton (akpm@digeo.com)
Date: Wed Feb 05 2003 - 13:23:08 EST


Andrea Arcangeli <andrea@suse.de> 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/



This archive was generated by hypermail 2b29 : Fri Feb 07 2003 - 22:00:18 EST