|
@@ -2868,7 +2868,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh,
|
|
bytes = blocks_wanted << sb->s_blocksize_bits;
|
|
bytes = blocks_wanted << sb->s_blocksize_bits;
|
|
struct ocfs2_super *osb = OCFS2_SB(dir->i_sb);
|
|
struct ocfs2_super *osb = OCFS2_SB(dir->i_sb);
|
|
struct ocfs2_inode_info *oi = OCFS2_I(dir);
|
|
struct ocfs2_inode_info *oi = OCFS2_I(dir);
|
|
- struct ocfs2_alloc_context *data_ac;
|
|
|
|
|
|
+ struct ocfs2_alloc_context *data_ac = NULL;
|
|
struct ocfs2_alloc_context *meta_ac = NULL;
|
|
struct ocfs2_alloc_context *meta_ac = NULL;
|
|
struct buffer_head *dirdata_bh = NULL;
|
|
struct buffer_head *dirdata_bh = NULL;
|
|
struct buffer_head *dx_root_bh = NULL;
|
|
struct buffer_head *dx_root_bh = NULL;
|