diff options
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index b7bca8303989..9872cf676a50 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -638,7 +638,7 @@ nfs_proc_lock(struct file *filp, int cmd, struct file_lock *fl) | |||
638 | { | 638 | { |
639 | struct inode *inode = file_inode(filp); | 639 | struct inode *inode = file_inode(filp); |
640 | 640 | ||
641 | return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl); | 641 | return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); |
642 | } | 642 | } |
643 | 643 | ||
644 | /* Helper functions for NFS lock bounds checking */ | 644 | /* Helper functions for NFS lock bounds checking */ |