From: huanwen ren Date: Sun, 12 Jun 2016 06:58:29 +0000 (+0800) Subject: mds/MDSRank: Ignore create_root_inode's access value X-Git-Tag: v11.0.0~207^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=30bda3ddee725967a9fdac76834ed3228ec1a051;p=ceph.git mds/MDSRank: Ignore create_root_inode's access value add (void), Ignore create_root_inode's access value Signed-off-by: huanwen ren --- diff --git a/src/mds/MDSRank.cc b/src/mds/MDSRank.cc index 47c196c755d9..4efe0302ac9a 100644 --- a/src/mds/MDSRank.cc +++ b/src/mds/MDSRank.cc @@ -954,7 +954,7 @@ void MDSRank::boot_start(BootStep step, int r) mdcache->open_root_inode(gather.new_sub()); } else { // replay. make up fake root inode to start with - mdcache->create_root_inode(); + (void)mdcache->create_root_inode(); } gather.activate(); }