Btrfs: kmalloc() doesn't return an ERR_PTR
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 28 Mar 2014 08:06:00 +0000 (11:06 +0300)
committerChris Mason <clm@fb.com>
Mon, 7 Apr 2014 16:08:44 +0000 (09:08 -0700)
The error handling was copy and pasted from memdup_user().  It should be
checking for NULL obviously.

Fixes: abccd00f8af2 ('btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctl')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ioctl.c

Simple merge