]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/FSCommands: fix variable names and function names in calls
authorRishabh Dave <ridave@redhat.com>
Wed, 6 Sep 2023 22:16:39 +0000 (03:46 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 7 Sep 2023 06:09:11 +0000 (11:39 +0530)
commit8e39a00ed184838e16f1114bcfe3d362bc88a012
treec4ee1520ab8d8fb71b30ca1b84d7ab4e4c395692
parent5dd0601a453cc4ea9a118d75e9445532705930bb
mon/FSCommands: fix variable names and function names in calls

PR #51942 today and PR #52409 was merged last week. Latter PR changed
"fs" to "fsp" and made mds_map and fscid private and introduced
get_mds_map() and get_fsicd() methods instead.

Combination of former and latter PR introduced compilation errors & made
it impossible to build the binaries on the latest main branch. This
commit attemps to fix this issue.

Fixes: https://tracker.ceph.com/issues/62729
Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mon/FSCommands.cc