LOCKD: nlmsvc_traverse_blocks return is unused
[deliverable/linux.git] / fs / lockd / svclock.c
index ce754efe284182c9a83120e93235fb24f327bfb0..d2b66bad7d50458a9725d9aa5eabb47b017932b0 100644 (file)
@@ -309,14 +309,13 @@ restart:
  * Loop over all blocks and perform the action specified.
  * (NLM_ACT_CHECK handled by nlmsvc_inspect_file).
  */
-int
+void
 nlmsvc_traverse_blocks(struct nlm_host *host, struct nlm_file *file, int action)
 {
        if (action == NLM_ACT_MARK)
                nlmsvc_act_mark(host, file);
        else
                nlmsvc_act_unlock(host, file);
-       return 0;
 }
 
 /*
This page took 0.024861 seconds and 5 git commands to generate.