[PATCH] make lookup_create non-static

From: Jesse Barnes (jbarnes@sgi.com)
Date: Mon Aug 04 2003 - 16:35:43 EST


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;
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:25 EST