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

Andrew Morton (akpm@digeo.com)
Wed, 5 Feb 2003 10:23:08 -0800


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/