From: Tsutomu Itoh Date: Fri, 19 Apr 2013 01:04:46 +0000 (+0000) Subject: Btrfs: fix error handling in btrfs_ioctl_send() X-Git-Tag: v3.10-rc1~31^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc7ada77b5cd1ac525db8f7d4d266e88af66cc7;p=pandora-kernel.git 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 Signed-off-by: Josef Bacik --- Reading git-diff-tree failed