diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index d75d56d9e..22905a076 100755 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -1905,7 +1905,7 @@ static int setattr_chown(struct inode *inode, struct iattr *attr) kuid_t ouid, nuid; kgid_t ogid, ngid; int error; - struct gfs2_alloc_parms ap; + struct gfs2_alloc_parms ap = {}; ouid = inode->i_uid; ogid = inode->i_gid;