logfs: Grow inode in delete path
commitbbe01387129f76fa4bec17904eb14c4bdc3c179f
authorJoern Engel <joern@logfs.org>
Fri, 5 Aug 2011 09:13:30 +0000 (5 11:13 +0200)
committerPrasad Joshi <prasadjoshi.linux@gmail.com>
Sat, 28 Jan 2012 06:13:07 +0000 (28 11:43 +0530)
tree7524e5c127da68f483221183ffb0ae841ebb1e6e
parent1bcceaff8cbe5e5698ccf1015c9a938aa72718c4
logfs: Grow inode in delete path

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>
fs/logfs/readwrite.c