Skip to content

Commit

Permalink
cls/rbd: group_image_list incorrectly flagged as RW
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/23388
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 169d84c)
  • Loading branch information
Jason Dillaman authored and Prashant D committed Mar 19, 2018
1 parent f165702 commit 5cce3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls/rbd/cls_rbd.cc
Expand Up @@ -5474,7 +5474,7 @@ CLS_INIT(rbd)
CLS_METHOD_RD | CLS_METHOD_WR,
group_image_remove, &h_group_image_remove);
cls_register_cxx_method(h_class, "group_image_list",
CLS_METHOD_RD | CLS_METHOD_WR,
CLS_METHOD_RD,
group_image_list, &h_group_image_list);
cls_register_cxx_method(h_class, "group_image_set",
CLS_METHOD_RD | CLS_METHOD_WR,
Expand Down

0 comments on commit 5cce3eb

Please sign in to comment.