diff options
Diffstat (limited to 'libbcachefs/inode.c')
-rw-r--r-- | libbcachefs/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/inode.c b/libbcachefs/inode.c index 938c7b43..585d16ac 100644 --- a/libbcachefs/inode.c +++ b/libbcachefs/inode.c @@ -269,6 +269,8 @@ static int bch2_inode_unpack_v3(struct bkey_s_c k, static noinline int bch2_inode_unpack_slowpath(struct bkey_s_c k, struct bch_inode_unpacked *unpacked) { + memset(unpacked, 0, sizeof(*unpacked)); + switch (k.k->type) { case KEY_TYPE_inode: { struct bkey_s_c_inode inode = bkey_s_c_to_inode(k); |