]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: use variable g_ceph_context directly in MDSAuthCaps
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:32:51 +0000 (02:02 +0530)
commit8014041bfb7851f93bc79f72bbdec5f6b8f6bb91
treedb2ef899c68906053a79b295ad44387a311e4381
parent50026cf41e181c212759f2dea3eb5bb4492f5848
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