btrfs: fix return value check of btrfs_start_transaction()
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Thu, 20 Jan 2011 06:19:37 +0000 (06:19 +0000)
committerChris Mason <chris.mason@oracle.com>
Tue, 1 Feb 2011 12:17:27 +0000 (07:17 -0500)
commit98d5dc13e7e74b77ca3b4c3cbded9f48d2dbbbb7
tree8e75f67b28b5b0d909483a06bb5258e0ba0c9789
parent5df67083488ccbad925f583b698ab38f8629a016
btrfs: fix return value check of btrfs_start_transaction()

The error check of btrfs_start_transaction() is added, and the mistake
of the error check on several places is corrected.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent-tree.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/relocation.c
fs/btrfs/super.c
fs/btrfs/tree-log.c
fs/btrfs/volumes.c