Btrfs:don't check the return value of __btrfs_add_inode_defrag
authorWanlong Gao <wanlong.gao@gmail.com>
Mon, 18 Jul 2011 12:19:35 +0000 (12:19 +0000)
committerChris Mason <chris.mason@oracle.com>
Mon, 1 Aug 2011 18:30:41 +0000 (14:30 -0400)
commita0f98dde11a1afe9fbf5c98f57968e086e98b6f5
treee2521f3d54605f9bfc261da0665ffced19acd997
parentb43b31bdf2e662006c27cc4dcccf863312d62bc1
Btrfs:don't check the return value of __btrfs_add_inode_defrag

Don't need to check the return value of __btrfs_add_inode_defrag(),
since it will always return 0.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/file.c