Jan Kara ef6919c283 ext2: Fix error handling on inode bitmap corruption
When insert_inode_locked() fails in ext2_new_inode() it most likely means inode
bitmap got corrupted and we allocated again inode which is already in use. Also
doing unlock_new_inode() during error recovery is wrong since the inode does
not have I_NEW set. Fix the problem by informing about filesystem error and
jumping to fail: (instead of fail_drop:) which doesn't call unlock_new_inode().

Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2012-01-09 13:52:07 +01:00
..
2011-07-25 14:30:23 -04:00
2011-11-02 12:53:43 +01:00
2009-06-11 21:36:12 -04:00
2011-07-25 14:30:23 -04:00
2010-05-21 18:31:18 -04:00
2010-05-21 18:31:18 -04:00
2009-12-10 15:02:52 +01:00