]> git.karo-electronics.de Git - karo-tx-linux.git/commit
logfs: Grow inode in delete path
authorJoern Engel <joern@logfs.org>
Fri, 5 Aug 2011 09:13:30 +0000 (11:13 +0200)
committerJoern Engel <joern@logfs.org>
Fri, 5 Aug 2011 09:13:30 +0000 (11:13 +0200)
commitc7307c08d72236803baf1cb8c2d77f94590ce58c
tree763622534523e0fe9eeb9f3f9d2f86651dccf458
parentd1cc3ad397f214ac58db4affc33aaeb9e1b9e21a
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