linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] make lookup_create non-static
@ 2003-08-04 21:35 Jesse Barnes
  2003-08-04 21:41 ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Jesse Barnes @ 2003-08-04 21:35 UTC (permalink / raw)
  To: akpm, linux-kernel

Make lookup_create non-static for use by certain pseudofilesystems (e.g.
hwgfs).

Thanks,
Jesse

===== fs/namei.c 1.81 vs edited =====
--- 1.81/fs/namei.c	Thu Jul 10 22:23:45 2003
+++ edited/fs/namei.c	Mon Aug  4 14:32:19 2003
@@ -1376,7 +1376,7 @@
 }
 
 /* SMP-safe */
-static struct dentry *lookup_create(struct nameidata *nd, int is_dir)
+struct dentry *lookup_create(struct nameidata *nd, int is_dir)
 {
 	struct dentry *dentry;
 

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

end of thread, other threads:[~2003-08-04 22:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-04 21:35 [PATCH] make lookup_create non-static Jesse Barnes
2003-08-04 21:41 ` Andrew Morton
2003-08-04 21:44   ` Jesse Barnes
2003-08-04 21:57     ` Andrew Morton
2003-08-04 22:30       ` Jesse Barnes
2003-08-04 22:39         ` Andrew Morton
2003-08-04 22:40           ` Jesse Barnes

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