]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: init m_req in LibrbdWriteback::C_Read ctor
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 24 Sep 2012 20:40:50 +0000 (13:40 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 25 Sep 2012 00:41:48 +0000 (17:41 -0700)
commit073786eb34e297e2085848d1e7383f706c66eadf
treecbf3debd58b54e08470f4a37571feefe273da24c
parentdea894d47ef3ddf2ed889bc42ea1039a47409d07
librbd: init m_req in LibrbdWriteback::C_Read ctor

CID 717225: Uninitialized pointer field (UNINIT_CTOR)
At (2): Non-static class member "m_req" is not initialized in this
constructor nor in any functions that it calls.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/librbd/LibrbdWriteback.cc