Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72847
b: refs/heads/master
c: bc2a3f8
h: refs/heads/master
i:
  72845: 27227f5
  72843: b9ae0c0
  72839: f6e8542
  72831: 8ba6a57
v: v3
  • Loading branch information
J. Bruce Fields authored and Linus Torvalds committed Oct 30, 2007
1 parent 7b256cb commit 51cf72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc72233c838fbb459e786d2be3b5091f6cc50f4d
refs/heads/master: bc2a3f86f46569fb091792867ce67c9ab24dfd0f
3 changes: 1 addition & 2 deletions trunk/net/sunrpc/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ proc_dodebug(ctl_table *table, int write, struct file *file,
left--, s++;
*(unsigned int *) table->data = value;
/* Display the RPC tasks on writing to rpc_debug */
if (table->ctl_name == CTL_RPCDEBUG) {
if (strcmp(table->procname, "rpc_debug") == 0)
rpc_show_tasks();
}
} else {
if (!access_ok(VERIFY_WRITE, buffer, left))
return -EFAULT;
Expand Down

0 comments on commit 51cf72e

Please sign in to comment.