On Friday 12 December 2008 01:56, OGAWA Hirofumi wrote:
Ah, I thought about that when you mentioned it earlier and forgot to
take care of it in my patch. Something like this:
loff_t tux_create_entry(struct inode *dir, const char *name, int len, inum_t inum, unsigned mode)
{
loff_t size = i_size_read(dir);
int err = _tux_create_entry(dir, name, len, inum, mode, &size);
i_size_write(dir, size);
return err;
}
Regards,
Daniel
_______________________________________________
Tux3 mailing list
Tux3@tux3.orghttp://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3