]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls: return EIO instead of ceph::from_error_code() 68359/head
authorRonen Friedman <rfriedma@redhat.com>
Mon, 13 Apr 2026 15:46:28 +0000 (15:46 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 13 Apr 2026 15:47:31 +0000 (15:47 +0000)
commit5cf6a04dbbc601ec66e6afdf2873e49936324ae6
tree36a3156daea2ffc1221afd7af125bc462273f5da
parent1574115b66e2793ccdc3d906a9ea88bab05f0655
cls: return EIO instead of ceph::from_error_code()

In cls/sem_set/module.cc, the list() function's catch
block called ceph::from_error_code(e.code()), but
the symbol was unresolved in some build configurations.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/cls/sem_set/module.cc