]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: fix a wrong comparison
authorAnton Protopopov <a.s.protopopov@gmail.com>
Wed, 10 Feb 2016 17:38:03 +0000 (12:38 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 25 Mar 2016 17:51:52 +0000 (18:51 +0100)
commitce4355932a9412e0519e70fb1d03d88e39cd621a
tree1b3c80321d4728a5f36045d633e1b9aeea19ac81
parent8bbd47140cf0d3f1cef882cc553778f417087606
ceph: fix a wrong comparison

A negative value rc compared to the positive value ENOENT in the
finish_read() function.

Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/addr.c