X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_fs.c;h=344e32508aac40754b5ea38077cdd206a6e1661e;hp=68f28aafe199084c4ccdb9791c0bd731ce82c72d;hb=60cbacc6973295a28491aa4964d0141cc0b6cb27;hpb=36c05dc20667149c315e0d2a4aa3c98c2894da9e diff --git a/yaffs_fs.c b/yaffs_fs.c index 68f28aa..344e325 100644 --- 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 #include #include @@ -192,7 +191,7 @@ static struct inode_operations yaffs_file_inode_operations = { .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,