]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/nfs3proc.c
lockd: Introduce nlmclnt_operations
[karo-tx-linux.git] / fs / nfs / nfs3proc.c
index dc925b531f32632bb708c3f8490d0d00c7315495..03b3c3de28f18c37050f4e0463e9c645b559276d 100644 (file)
@@ -870,7 +870,7 @@ nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl)
 {
        struct inode *inode = file_inode(filp);
 
-       return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl);
+       return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL);
 }
 
 static int nfs3_have_delegation(struct inode *inode, fmode_t flags)