commit | eab87235c0f5979503a547f836a93a3d327c4201 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 03 22:44:19 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 12 06:51:51 2014 -0400 |
tree | 5cb00bebe96adfe0b25694cca7b93a77473fc3a7 | |
parent | ccad2365668f12336dd497d9039e8584af836070 [diff] |
ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure ceph_osdc_put_request(ERR_PTR(-error)) oopses. What we want there is break, not goto out. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>