]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/MDSMap.cc: fix swapped arguments in CompatSet() ctor call
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 17 Jun 2015 09:11:06 +0000 (11:11 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 17 Jul 2015 08:50:45 +0000 (10:50 +0200)
commit4c990000e8d5ba8ea4504012c1f2fa900b5bd847
treecc6a8e5e1baa55bd308dc3280e300d7a52ec2ead
parentb936da150e65826eb961673d5f939c81f206916f
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>
src/mds/MDSMap.cc