Skip to content

Commit e6d7c87

Browse files
authored
Merge pull request #130 from Icarusradio/patch-2
Fix a typo in bbuild.c
2 parents c850baa + 5f62c61 commit e6d7c87

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)