[sheepdog] [PATCH] sheep: remove stay vnodes/nr_vnodes fields in struct cluster_info
Christoph Hellwig
hch at infradead.org
Tue May 29 10:18:35 CEST 2012
Signed-off-by: Christoph Hellwig <hch at lst.de>
diff --git a/sheep/sheep_priv.h b/sheep/sheep_priv.h
index dba9541..a93055a 100644
--- a/sheep/sheep_priv.h
+++ b/sheep/sheep_priv.h
@@ -113,10 +113,6 @@ struct cluster_info {
*/
struct list_head leave_list;
- /* this array contains a list of ordered virtual nodes */
- struct sd_vnode vnodes[SD_MAX_VNODES];
- int nr_vnodes;
-
struct list_head pending_list;
DECLARE_BITMAP(vdi_inuse, SD_NR_VDIS);
More information about the sheepdog
mailing list