]> rtime.felk.cvut.cz Git - linux-imx.git/commit
Btrfs: check the return value of btrfs_run_ordered_operations()
authorMiao Xie <miaox@cn.fujitsu.com>
Tue, 22 Jan 2013 10:50:01 +0000 (10:50 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 14:37:22 +0000 (09:37 -0500)
commiteebc60840636e7351371fc17bcd057384bf0c16a
treec677b1a1a8fa127be41db51e1de62f7c3518b05e
parent3edb2a68cb23cd6ca84022421eeae2604722cdc4
Btrfs: check the return value of btrfs_run_ordered_operations()

We forget to check the return value of btrfs_run_ordered_operations() when
flushing all the pending stuffs, fix it.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/transaction.c