]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/ceph_fuse.cc: init members in ctor
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 28 Sep 2015 13:41:20 +0000 (15:41 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 29 Jan 2016 20:51:17 +0000 (21:51 +0100)
commit27383684e1bb0fb1e7d18dbd8727a0dd1b4aa159
tree56a887cf98c02126b04248181a10ceef59531a6f
parent0df5a006b0aeaf5401bc9c89a6beace4afde30b1
src/ceph_fuse.cc: init members in ctor

There is no need to call parent class ctor directly in
ctor init list. Instead init some missing members.

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