]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
uclient: fix uninitialized var
authorSage Weil <sage@newdream.net>
Mon, 1 Feb 2010 21:41:21 +0000 (13:41 -0800)
committerSage Weil <sage@newdream.net>
Mon, 1 Feb 2010 21:52:17 +0000 (13:52 -0800)
src/client/Client.h

index 2f08345b4428555d094412961bd572f88afc90c1..e00c23fb9da4da94ddfdcf15c7ed1fe4c2a0c34b 100644 (file)
@@ -139,7 +139,7 @@ struct MetaRequest {
     old_dentry_drop(0), old_dentry_unless(0),
     inode(NULL), old_inode(NULL),
     dentry(NULL), old_dentry(NULL),
-    resend_mds(-1), num_fwd(0), retry_attempt(0),
+    mds(-1), resend_mds(-1), num_fwd(0), retry_attempt(0),
     ref(1), reply(0), 
     kick(false), got_safe(false), got_unsafe(false), item(this), unsafe_item(this),
     lock("MetaRequest lock"),