Btrfs-progs: allow fsck to fix directory isize errors
authorJosef Bacik <jbacik@fusionio.com>
Mon, 9 Sep 2013 20:41:55 +0000 (16:41 -0400)
committerChris Mason <chris.mason@fusionio.com>
Wed, 16 Oct 2013 12:20:43 +0000 (08:20 -0400)
commit9e93f11b2ef81c45cd1acf517864872885897a73
treec616f42b4266b0ff376e9286ddd15589c7590bdf
parenteb626f49181bbff8bd9eed64c3544d57907fe91a
Btrfs-progs: allow fsck to fix directory isize errors

A user reported a problem where he was unable to rmdir an empty directory.  This
is because his isize was wrong.  This patch will fix this sort of corruption and
allow him to rmdir his directory.  Thanks

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
cmds-check.c