aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r--fs/nfsd/nfs4state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 188cd68aefb6..7c803db2a027 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -686,7 +686,7 @@ static void nfs4_put_deleg_lease(struct nfs4_file *fp)
686 spin_unlock(&fp->fi_lock); 686 spin_unlock(&fp->fi_lock);
687 687
688 if (filp) { 688 if (filp) {
689 vfs_setlease(filp, F_UNLCK, NULL); 689 vfs_setlease(filp, F_UNLCK, NULL, NULL);
690 fput(filp); 690 fput(filp);
691 } 691 }
692} 692}
@@ -3792,7 +3792,7 @@ static int nfs4_setlease(struct nfs4_delegation *dp)
3792 } 3792 }
3793 fl->fl_file = filp; 3793 fl->fl_file = filp;
3794 ret = fl; 3794 ret = fl;
3795 status = vfs_setlease(filp, fl->fl_type, &ret); 3795 status = vfs_setlease(filp, fl->fl_type, &fl, NULL);
3796 if (status) { 3796 if (status) {
3797 locks_free_lock(fl); 3797 locks_free_lock(fl);
3798 goto out_fput; 3798 goto out_fput;