Skip to content

Commit 5f62c61

Browse files
authored
Fix a typo in bbuild.c
1 parent c850baa commit 5f62c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nova/bbuild.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ static int nova_init_blockmap_from_inode(struct super_block *sb)
206206
u64 cpuid;
207207
int ret = 0;
208208

209-
memset(&sih, 0, sizeof(struct nova_info_header));
209+
memset(&sih, 0, sizeof(struct nova_inode_info_header));
210210

211211
/* FIXME: Backup inode for BLOCKNODE */
212212
ret = nova_get_head_tail(sb, pi, &sih);

0 commit comments

Comments
 (0)