logfs: Grow inode in delete path
authorJoern Engel <joern@logfs.org>
Fri, 5 Aug 2011 09:13:30 +0000 (11:13 +0200)
committerPrasad Joshi <prasadjoshi.linux@gmail.com>
Sat, 28 Jan 2012 06:13:07 +0000 (11:43 +0530)
Can be necessary if an inode gets deleted (through -ENOSPC) before being
written.  Might be better to move this into logfs_write_rec(), but for
now go with the stupid&safe patch.

Signed-off-by: Joern Engel <joern@logfs.org>

No differences found