]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: CDir: rearrange constructor
authorGreg Farnum <greg@inktank.com>
Thu, 16 Oct 2014 18:29:12 +0000 (11:29 -0700)
committerYan, Zheng <zyan@redhat.com>
Wed, 4 Nov 2015 09:17:24 +0000 (17:17 +0800)
commite09e548b0271dca13dd862dcbd74be1bb86d0263
treec63da40fdec66e25c0c66108b9eabf3614c92d4e
parent3084406ac53aa77b0e6e9584ec0d619ba01f88c8
mds: CDir: rearrange constructor

Use colon initialization for all the members we can, instead of assignment
in the function body. The split is confusing and doesn't seem helpful.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/CDir.cc