On Tue, Jun 01, 2010 at 02:31:30PM +0300, Boaz Harrosh wrote: > +static int _do_truncate(struct inode *inode, loff_t newsize) > { > struct exofs_i_info *oi = exofs_i(inode); > int ret; > > inode->i_mtime = inode->i_ctime = CURRENT_TIME; > > + ret = exofs_oi_truncate(oi, (u64)newsize); > + EXOFS_DBGMSG("(0x%lx) size=0x%llx\n", inode->i_ino, newsize); > return ret; Maybe I'm beeing picky, but I really don't see the need for this function either, especially given that is has a single caller. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html