]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: checking for IS_ERR instead of NULL
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 26 Jan 2016 09:24:44 +0000 (12:24 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 4 Feb 2016 17:25:08 +0000 (18:25 +0100)
commit1418bf076d08edd47a610ea3844c6f6012949a51
tree94adc36a2fbc50aa8bdd82c2e8f4c89f696b6c91
parent36f90b0a2ddd60823fe193a85e60ff1906c2a9b3
ceph: checking for IS_ERR instead of NULL

ceph_osdc_alloc_request() returns NULL on error, it never returns error
pointers.

Fixes: 5be0389dac66 ('ceph: re-send AIO write request when getting -EOLDSNAP error')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/file.c