diff options
Diffstat (limited to 'fs/lockd/svclock.c')
-rw-r--r-- | fs/lockd/svclock.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/lockd/svclock.c b/fs/lockd/svclock.c index 6e748573e0c6..7ab2e60c51f7 100644 --- a/fs/lockd/svclock.c +++ b/fs/lockd/svclock.c | |||
@@ -442,8 +442,9 @@ out: | |||
442 | * Test for presence of a conflicting lock. | 442 | * Test for presence of a conflicting lock. |
443 | */ | 443 | */ |
444 | __be32 | 444 | __be32 |
445 | nlmsvc_testlock(struct nlm_file *file, struct nlm_lock *lock, | 445 | nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, |
446 | struct nlm_lock *conflock) | 446 | struct nlm_lock *lock, struct nlm_lock *conflock, |
447 | struct nlm_cookie *cookie) | ||
447 | { | 448 | { |
448 | dprintk("lockd: nlmsvc_testlock(%s/%ld, ty=%d, %Ld-%Ld)\n", | 449 | dprintk("lockd: nlmsvc_testlock(%s/%ld, ty=%d, %Ld-%Ld)\n", |
449 | file->f_file->f_path.dentry->d_inode->i_sb->s_id, | 450 | file->f_file->f_path.dentry->d_inode->i_sb->s_id, |