linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] fs/ncpfs/ncplib_kernel.c: make a function static
@ 2005-02-06 18:44 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-02-06 18:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: vandrove, linware, linux-kernel

This patch makes a needlessly global function static.

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

---

This patch was already sent on:
- 8 Jan 2005

--- linux-2.6.10-mm2-full/fs/ncpfs/ncplib_kernel.c.old	2005-01-08 04:31:10.000000000 +0100
+++ linux-2.6.10-mm2-full/fs/ncpfs/ncplib_kernel.c	2005-01-08 04:31:19.000000000 +0100
@@ -933,7 +933,7 @@
 	return 0;
 }
 
-int
+static int
 ncp_RenameNSEntry(struct ncp_server *server,
 		  struct inode *old_dir, char *old_name, __le16 old_type,
 		  struct inode *new_dir, char *new_name)


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

* [2.6 patch] fs/ncpfs/ncplib_kernel.c: make a function static
@ 2005-01-08 21:55 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-01-08 21:55 UTC (permalink / raw)
  To: vandrove; +Cc: linware, linux-kernel

The patch below makes a needlessly global function static.


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

--- linux-2.6.10-mm2-full/fs/ncpfs/ncplib_kernel.c.old	2005-01-08 04:31:10.000000000 +0100
+++ linux-2.6.10-mm2-full/fs/ncpfs/ncplib_kernel.c	2005-01-08 04:31:19.000000000 +0100
@@ -933,7 +933,7 @@
 	return 0;
 }
 
-int
+static int
 ncp_RenameNSEntry(struct ncp_server *server,
 		  struct inode *old_dir, char *old_name, __le16 old_type,
 		  struct inode *new_dir, char *new_name)


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

end of thread, other threads:[~2005-02-06 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-06 18:44 [2.6 patch] fs/ncpfs/ncplib_kernel.c: make a function static Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-01-08 21:55 Adrian Bunk

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).