diff yaffs_fs.c @ 43:ea3f08fe855b

applied patch 13-sparse-fix--make-some-symbol-static.diff
author marty <marty>
date Sun, 31 Jul 2005 04:08:08 +0000
parents d4a9f1e53898
children 54587d2bb511
line wrap: on
line diff
--- a/yaffs_fs.c
+++ b/yaffs_fs.c
@@ -30,11 +30,10 @@
  */
 
 
-const char *yaffs_fs_c_version = "$Id: yaffs_fs.c,v 1.16 2005-07-31 03:58:17 marty Exp $";
+const char *yaffs_fs_c_version = "$Id: yaffs_fs.c,v 1.17 2005-07-31 04:08:08 marty Exp $";
 extern const char *yaffs_guts_c_version;
 
 
-
 #include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
@@ -192,7 +191,7 @@ static struct inode_operations yaffs_fil
 	.setattr	= yaffs_setattr,
 };
 
-struct inode_operations yaffs_symlink_inode_operations = {	
+static struct inode_operations yaffs_symlink_inode_operations = {	
 	.readlink	= yaffs_readlink,
 	.follow_link	= yaffs_follow_link,
 	.setattr	= yaffs_setattr,