Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359397
b: refs/heads/master
c: cd89f46
h: refs/heads/master
i:
  359395: 867412c
v: v3
  • Loading branch information
Yuanhan Liu authored and Linus Torvalds committed Feb 28, 2013
1 parent 1b728ec commit 7fe7b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: df1778be1a33edffa51d094eeda87c858ded6560
refs/heads/master: cd89f46b52cd2354d3d322ea7eab193b86ba03c6
3 changes: 2 additions & 1 deletion trunk/kernel/utsname_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include <linux/sysctl.h>
#include <linux/wait.h>

#ifdef CONFIG_PROC_SYSCTL

static void *get_uts(ctl_table *table, int write)
{
char *which = table->data;
Expand All @@ -38,7 +40,6 @@ static void put_uts(ctl_table *table, int write, void *which)
up_write(&uts_sem);
}

#ifdef CONFIG_PROC_SYSCTL
/*
* Special case of dostring for the UTS structure. This has locks
* to observe. Should this be in kernel/sys.c ????
Expand Down

0 comments on commit 7fe7b3a

Please sign in to comment.