]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6e6c45dcc98dc85c8a1dd6f95917dd62df4a564
tree7524e5c127da68f483221183ffb0ae841ebb1e6e
parent272f41697ec029a6249f80aff37814339e330016
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