]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: use variable g_ceph_context directly in MDSAuthCaps 52820/head
authorRishabh Dave <ridave@redhat.com>
Tue, 28 Feb 2023 16:39:44 +0000 (22:09 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 4 Aug 2023 20:35:14 +0000 (02:05 +0530)
commitb57ebaff782b10c63324efea29d2ea6819aee644
tree43e803e123a3fa1225b01b89f3d78b3c78a400c5
parent6c90d09a0b9b95d72a147cdd9eedfc1f7e2bfbb0
mds: use variable g_ceph_context directly in MDSAuthCaps

Variable g_ceph_context is global, therefore use it directly instead of
passing it as a parameter to method.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 64c2712fdfa9a524f7d3d6ac15660ed0585bfe6e)

Conflicts:
src/mon/AuthMonitor.cc
- Conflict happened due to absence of commit
  3fcbb0bcf2bca58d6ca460ec036dc1a986c9875b
src/mds/MDSAuthCaps.cc
src/mds/MDSAuthCaps.h
src/mds/MDSDaemon.cc
src/mon/AuthMonitor.cc
src/test/mds/TestMDSAuthCaps.cc