commit | c7cfb8a5405a34777d670f7a5441bb2c7ca9730f | [log] [tgz] |
---|---|---|
author | Wang Shilong <wangshilong1991@gmail.com> | Wed Dec 24 14:45:30 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Fri Jan 02 14:47:55 2015 -0500 |
tree | 4e960a9e39362a5cd5f6e704b4980e3f4da4004e | |
parent | df95e7f0d93e2fa776b168eac798a16a1e361022 [diff] |
Btrfs: call inode_dec_link_count() on mkdir error path In btrfs_mkdir(), if it fails to create dir, we should clean up existed items, setting inode's link properly to make sure it could be cleaned up properly. Signed-off-by: Wang Shilong <wangshilong1991@gmail.com> Signed-off-by: Chris Mason <clm@fb.com>