mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
NFSv4: Deal with a sparse warning in nfs4_opendata_alloc
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
a9943d11c1
commit
c281fa9c1f
@ -933,7 +933,7 @@ static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
|
||||
p->o_arg.fh = NFS_FH(dentry->d_inode);
|
||||
}
|
||||
if (attrs != NULL && attrs->ia_valid != 0) {
|
||||
__be32 verf[2];
|
||||
__u32 verf[2];
|
||||
|
||||
p->o_arg.u.attrs = &p->attrs;
|
||||
memcpy(&p->attrs, attrs, sizeof(p->attrs));
|
||||
|
Loading…
Reference in New Issue
Block a user