mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
Merge pull request #13061 from guzhongyan/fix_typo
osd: fix typo in comment Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
e6d1d9a798
@ -9226,7 +9226,7 @@ int OSD::init_op_flags(OpRequestRef& op)
|
||||
derr << "class " << cname << " open got " << cpp_strerror(r) << dendl;
|
||||
if (r == -ENOENT)
|
||||
r = -EOPNOTSUPP;
|
||||
else if (r != -EPERM) // propgate permission errors
|
||||
else if (r != -EPERM) // propagate permission errors
|
||||
r = -EIO;
|
||||
return r;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user