]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
FileStore: refactor FS detection checks a bit
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 21 Feb 2014 14:34:13 +0000 (16:34 +0200)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 3 Mar 2014 18:33:44 +0000 (20:33 +0200)
commit391257c00efa053423579151f93b79a9cabdd73b
tree73b087e99d9fd644be1968a27e23c33e3c1bf498
parent6456802394afd2c1da19516f71f6e06e34b5a540
FileStore: refactor FS detection checks a bit

Refactor FS detection checks in FileStore::_detect_fs() so that they
look the same as the ones in FileStore::mkfs().  This is in preparation
for adding XfsFileStoreBackend class.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
src/os/FileStore.cc