]> rtime.felk.cvut.cz Git - linux-imx.git/commit
Btrfs: cleanup orphan reservation if truncate fails
authorJosef Bacik <jbacik@fusionio.com>
Thu, 7 Feb 2013 21:27:28 +0000 (16:27 -0500)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 17:59:44 +0000 (12:59 -0500)
commit4a7d0f6854c4a4ad1dba00a3b128a32d39b9a742
tree4c190e5f2a5ad42984c01de4c0649ae44f7f773d
parent5d80366e9b5e56b3ffc1923b4995e83bbbf605e3
Btrfs: cleanup orphan reservation if truncate fails

I noticed we were getting lots of warnings with xfstest 83 because we have
reservations outstanding.  This is because we moved the orphan add outside
of the truncate, but we don't actually cleanup our reservation if something
fails.  This fixes the problem and I no longer see warnings.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/inode.c