commit | bbe01387129f76fa4bec17904eb14c4bdc3c179f | [log] [tgz] |
---|---|---|
author | Joern Engel <joern@logfs.org> | Fri Aug 05 11:13:30 2011 +0200 |
committer | Prasad Joshi <prasadjoshi.linux@gmail.com> | Sat Jan 28 11:43:07 2012 +0530 |
tree | 7524e5c127da68f483221183ffb0ae841ebb1e6e | |
parent | 1bcceaff8cbe5e5698ccf1015c9a938aa72718c4 [diff] |
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>