Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48335
b: refs/heads/master
c: 50d851f
h: refs/heads/master
i:
  48333: 2c5e985
  48331: d798b5c
  48327: 28d78b2
  48319: 5c3f9e5
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent fc69164 commit c0c83ab
Show file tree
Hide file tree
Showing 3 changed files with 3 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: b402f06d6e31b8c3c74bfc3e7d2e292dd4a1b90a
refs/heads/master: 50d851f7227cf9e7fcc4cd1d2b3c72ddd64c50e6
1 change: 0 additions & 1 deletion trunk/include/linux/sunrpc/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void rpc_unregister_sysctl(void);
* module currently registers its sysctl table dynamically, the sysctl path
* for module FOO is <CTL_SUNRPC, CTL_FOODEBUG>.
*/
#define CTL_SUNRPC 7249 /* arbitrary and hopefully unused */

enum {
CTL_RPCDEBUG = 1,
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/linux/sysctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ enum
CTL_DEV=7, /* Devices */
CTL_BUS=8, /* Busses */
CTL_ABI=9, /* Binary emulation */
CTL_CPU=10 /* CPU stuff (speed scaling, etc) */
CTL_CPU=10, /* CPU stuff (speed scaling, etc) */
CTL_SUNRPC=7249, /* sunrpc debug */
};

/* CTL_BUS names: */
Expand Down

0 comments on commit c0c83ab

Please sign in to comment.