Skip to content

Commit

Permalink
[PATCH] namespaces: utsname: remove system_utsname
Browse files Browse the repository at this point in the history
The system_utsname isn't needed now that kernel/sysctl.c is fixed.
Nuke it.

Signed-off-by: Serge E. Hallyn <[email protected]>
Cc: Kirill Korotaev <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Herbert Poetzl <[email protected]>
Cc: Andrey Savochkin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Serge E. Hallyn authored and Linus Torvalds committed Oct 2, 2006
1 parent 8218c74 commit bf47fdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/utsname.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,5 @@ static inline struct new_utsname *init_utsname(void)
return &init_uts_ns.name;
}

#define system_utsname init_uts_ns.name

extern struct rw_semaphore uts_sem;
#endif

0 comments on commit bf47fdc

Please sign in to comment.