We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c850baa + 5f62c61 commit e6d7c87Copy full SHA for e6d7c87
1 file changed
fs/nova/bbuild.c
@@ -206,7 +206,7 @@ static int nova_init_blockmap_from_inode(struct super_block *sb)
206
u64 cpuid;
207
int ret = 0;
208
209
- memset(&sih, 0, sizeof(struct nova_info_header));
+ memset(&sih, 0, sizeof(struct nova_inode_info_header));
210
211
/* FIXME: Backup inode for BLOCKNODE */
212
ret = nova_get_head_tail(sb, pi, &sih);
0 commit comments