public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] efs: make a struct static
@ 2004-10-30 17:56 Adrian Bunk
  2004-10-30 21:41 ` Denis Vlasenko
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-10-30 17:56 UTC (permalink / raw)
  To: linux-kernel

The patch below makes a struct in the efs code static.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-rc1-mm2-full/include/linux/efs_vh.h.old	2004-10-30 14:03:58.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/include/linux/efs_vh.h	2004-10-30 14:04:13.000000000 +0200
@@ -44,7 +44,7 @@
 #define SGI_EFS		0x07
 #define IS_EFS(x)	(((x) == SGI_EFS) || ((x) == SGI_SYSV))
 
-struct pt_types {
+static struct pt_types {
 	int	pt_type;
 	char	*pt_name;
 } sgi_pt_types[] = {


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

end of thread, other threads:[~2004-12-12  2:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-30 17:56 [2.6 patch] efs: make a struct static Adrian Bunk
2004-10-30 21:41 ` Denis Vlasenko
2004-12-12  2:10   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox