Commit 4c99000
committed
mds/MDSMap.cc: fix swapped arguments in CompatSet() ctor call
Fix for:
CID 1297874 (#1 of 1): Arguments in wrong order (SWAPPED_ARGUMENTS)
swapped_arguments: The positions of arguments in the constructor
for CompatSet do not match the ordering of the parameters:
feature_incompat_base is passed to _ro_compat
feature_ro_compat_base is passed to _incompat
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>1 parent b936da1 commit 4c99000
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments