From: Trond Myklebust Date: Tue, 20 Mar 2018 21:03:13 +0000 (-0400) Subject: NFSv4: Fix the nfs_inode_set_delegation() arguments X-Git-Tag: v4.17-rc1~34^2~5 X-Git-Url: https://git.codelabs.ch/?p=muen%2Flinux.git;a=commitdiff_plain;h=35156bfff3c0cd44d0e2e674530e0817fd22b313;hp=35156bfff3c0cd44d0e2e674530e0817fd22b313 NFSv4: Fix the nfs_inode_set_delegation() arguments Neither nfs_inode_set_delegation() nor nfs_inode_reclaim_delegation() are generic code. They have no business delving into NFSv4 OPEN xdr structures, so let's replace the "struct nfs_openres" parameter. Signed-off-by: Trond Myklebust Signed-off-by: Anna Schumaker ---