diff options
Diffstat (limited to 'fs/nilfs2/mdt.h')
-rw-r--r-- | fs/nilfs2/mdt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nilfs2/mdt.h b/fs/nilfs2/mdt.h index c396b6c03931..6c4bbb0470fc 100644 --- a/fs/nilfs2/mdt.h +++ b/fs/nilfs2/mdt.h | |||
@@ -36,6 +36,7 @@ | |||
36 | * @mi_entry_size: size of an entry | 36 | * @mi_entry_size: size of an entry |
37 | * @mi_first_entry_offset: offset to the first entry | 37 | * @mi_first_entry_offset: offset to the first entry |
38 | * @mi_entries_per_block: number of entries in a block | 38 | * @mi_entries_per_block: number of entries in a block |
39 | * @mi_palloc_cache: persistent object allocator cache | ||
39 | * @mi_blocks_per_group: number of blocks in a group | 40 | * @mi_blocks_per_group: number of blocks in a group |
40 | * @mi_blocks_per_desc_block: number of blocks per descriptor block | 41 | * @mi_blocks_per_desc_block: number of blocks per descriptor block |
41 | */ | 42 | */ |
@@ -46,6 +47,7 @@ struct nilfs_mdt_info { | |||
46 | unsigned mi_entry_size; | 47 | unsigned mi_entry_size; |
47 | unsigned mi_first_entry_offset; | 48 | unsigned mi_first_entry_offset; |
48 | unsigned long mi_entries_per_block; | 49 | unsigned long mi_entries_per_block; |
50 | struct nilfs_palloc_cache *mi_palloc_cache; | ||
49 | unsigned long mi_blocks_per_group; | 51 | unsigned long mi_blocks_per_group; |
50 | unsigned long mi_blocks_per_desc_block; | 52 | unsigned long mi_blocks_per_desc_block; |
51 | }; | 53 | }; |