提交 183bdf51 编写于 作者: G Goldwyn Rodrigues

Add number of nodes to bitmap structure for clustering

Signed-off-by: NGoldwyn Rodrigues <rgoldwyn@suse.com>
上级 b8d83448
......@@ -131,7 +131,8 @@ typedef struct bitmap_super_s {
__le32 sectors_reserved; /* 64 number of 512-byte sectors that are
* reserved for the bitmap. */
__u8 pad[256 - 68]; /* set to zero */
__le32 nodes; /* 68 the maximum number of nodes in cluster. */
__u8 pad[256 - 72]; /* set to zero */
} bitmap_super_t;
/* notes:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册