Gello! On Fri, Jul 11, 2003 at 05:32:49PM +0200, Dieter N?tzel wrote: > > > OK some "hand work"... > Where comes this from?
It was there for a lot of time. Like for not less than 2 years, I'd say. > I don't find it my tree: reiserfs quota patch got rid of it. Here's relevant part of my diff: if (retval) { - reiserfs_free_block (th, allocated_block_nr); + reiserfs_free_block (th, inode, allocated_block_nr, 1); goto failure; } - if (done) { - inode->i_blocks += inode->i_sb->s_blocksize / 512; - } else { + if (!done) { /* We need to mark new file size in case this function will be interrupted/aborted later on. And we may do this only for holes. */ Bye, Oleg