From f652659e06873d1a946ea72d0c3fa28e97b6eb26 Mon Sep 17 00:00:00 2001 From: sage Date: Sat, 9 Jul 2005 22:42:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@435 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/messages/MDirUpdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph/messages/MDirUpdate.h b/ceph/messages/MDirUpdate.h index 22238147ebcb9..71dfbc9f7ae30 100644 --- a/ceph/messages/MDirUpdate.h +++ b/ceph/messages/MDirUpdate.h @@ -35,7 +35,7 @@ class MDirUpdate : public Message { this->st.ino = ino; this->st.dir_rep = dir_rep; this->dir_rep_by = dir_rep_by; - if (discover) this->st.discover = 3; + if (discover) this->st.discover = 5; this->path = path; } virtual char *get_type_name() { return "dup"; } -- 2.39.5