Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
6041b791
Commit
6041b791
authored
Mar 20, 2006
by
Trond Myklebust
Browse files
lockd: Fix a typo in nlmsvc_grant_release()
Signed-off-by:
Trond Myklebust
<
Trond.Myklebust@netapp.com
>
parent
d4716624
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/lockd/svclock.c
View file @
6041b791
...
...
@@ -638,7 +638,9 @@ static void nlmsvc_grant_callback(struct rpc_task *task, void *data)
void
nlmsvc_grant_release
(
void
*
data
)
{
nlmsvc_release_block
(
data
);
struct
nlm_rqst
*
call
=
data
;
nlmsvc_release_block
(
call
->
a_block
);
}
static
const
struct
rpc_call_ops
nlmsvc_grant_ops
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment