mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
Add number of nodes to bitmap structure for clustering
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
This commit is contained in:
parent
b8d834488f
commit
183bdf5106
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user