Subject: Re: ext2fs support broken in -current
To: Juergen Hannken-Illjes <hannken@NetBSD.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: current-users
Date: 11/01/2004 12:21:30
Juergen Hannken-Illjes <hannken@NetBSD.org> writes:

> What are the values of vp->v_size and ip->i_size?

It looks like ext2fs dones't use i_size field.

from inode.h:
	/*
	 * Copies from the on-disk dinode itself.
	 *
	 * These fields are currently only used by FFS and LFS,
	 * do NOT use them with ext2fs.
	 */

enami.