]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit108cf8e0960e65865006b1975eedad0a4604ae11
treee2521f3d54605f9bfc261da0665ffced19acd997
parent9dd4b590932001bde02ca6623d6cca58dfb60e17
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