commit | ecc7ada77b5cd1ac525db8f7d4d266e88af66cc7 | [log] [tgz] |
---|---|---|
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | Fri Apr 19 01:04:46 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon May 06 15:55:13 2013 -0400 |
tree | b1fbf177d840bd2167d2c3cb50b9e05e4fc8c268 | |
parent | ba1eeaac99ce15063d8bc156e03f8b75aa471647 [diff] |
Btrfs: fix error handling in btrfs_ioctl_send() fget() returns NULL if error. So, we should check NULL or not. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>