aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/gfs2/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 22ca3b5ddaea..e76f345517b7 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -696,6 +696,7 @@ static void init_dinode(struct gfs2_inode *dip, struct gfs2_glock *gl,
696 } 696 }
697 697
698 di->__pad1 = 0; 698 di->__pad1 = 0;
699 di->di_payload_format = cpu_to_be32(0);
699 di->di_height = cpu_to_be32(0); 700 di->di_height = cpu_to_be32(0);
700 di->__pad2 = 0; 701 di->__pad2 = 0;
701 di->__pad3 = 0; 702 di->__pad3 = 0;