Loading fs/gfs2/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1927,7 +1927,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; Loading Loading
fs/gfs2/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1927,7 +1927,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; Loading