]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/Server.cc: replace inefficient string::find() w/ compare()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 17 Feb 2016 11:22:28 +0000 (12:22 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 19 Feb 2016 11:50:35 +0000 (12:50 +0100)
commit8793921ce2f1e24659d1a1251e413d03cde2c00d
treec06a0dab66423bf0236113ad20b54fff78a61f77
parent729117f90ef2d802e56ec2e417a399937bd10d8d
mds/Server.cc: replace inefficient string::find() w/ compare()

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/mds/Server.cc