diff options
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r-- | fs/nfs/nfs3proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c index dc925b531f32..03b3c3de28f1 100644 --- a/fs/nfs/nfs3proc.c +++ b/fs/nfs/nfs3proc.c | |||
@@ -870,7 +870,7 @@ nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl) | |||
870 | { | 870 | { |
871 | struct inode *inode = file_inode(filp); | 871 | struct inode *inode = file_inode(filp); |
872 | 872 | ||
873 | return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl); | 873 | return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); |
874 | } | 874 | } |
875 | 875 | ||
876 | static int nfs3_have_delegation(struct inode *inode, fmode_t flags) | 876 | static int nfs3_have_delegation(struct inode *inode, fmode_t flags) |