linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] unexport uts_sem
@ 2008-05-05 18:29 Adrian Bunk
  2008-05-20 17:16 ` Frank Ch. Eigler
  0 siblings, 1 reply; 12+ messages in thread
From: Adrian Bunk @ 2008-05-05 18:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: David S. Miller, Andrew Morton

With the removal of the Solaris binary emulation the export of 
uts_sem became unused.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>

---

This patch has been sent on:
- 23 Apr 2008

e15db7b262fd8c3d9000e7d5e7a2b1d720fba8de diff --git a/kernel/sys.c b/kernel/sys.c
index 6a0cc71..773d4a5 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -1331,8 +1331,6 @@ EXPORT_SYMBOL(in_egroup_p);
 
 DECLARE_RWSEM(uts_sem);
 
-EXPORT_SYMBOL(uts_sem);
-
 asmlinkage long sys_newuname(struct new_utsname __user * name)
 {
 	int errno = 0;



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-05-21 21:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 18:29 [2.6 patch] unexport uts_sem Adrian Bunk
2008-05-20 17:16 ` Frank Ch. Eigler
2008-05-20 17:27   ` Christoph Hellwig
2008-05-20 18:38     ` Frank Ch. Eigler
2008-05-21 12:37       ` Christoph Hellwig
2008-05-21 14:48         ` Steve French (smfltc)
2008-05-21 17:51         ` [PATCH] usb-storage: don't call utsname() Alan Stern
2008-05-21 18:09           ` Greg KH
2008-05-21 18:19             ` Steve French (smfltc)
2008-05-21 18:52             ` Christoph Hellwig
2008-05-21 19:35               ` Greg KH
2008-05-21 21:01                 ` Steve French (smfltc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).