X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_fs.c;h=57a8c108b7eba87b3776d526076dd634a0523b92;hp=df0870d1afeb2d79765833944ce554774b2c5023;hb=6f1de4473200f31d1ca1cf4672baf7afcdec2db0;hpb=170ea32c52fd2d9b7cbda9b169ad44038b1d15cf diff --git a/yaffs_fs.c b/yaffs_fs.c index df0870d..57a8c10 100644 --- a/yaffs_fs.c +++ b/yaffs_fs.c @@ -1,15 +1,25 @@ /* - * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffs_fs.c + * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002 Aleph One Ltd. + * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning + * Acknowledgements: + * Luc van OostenRyck for numerous patches. + * Nick Bane for numerous patches. + * Nick Bane for 2.5/2.6 integration. + * Andras Toth for mknod rdev issue. + * Michael Fischer for finding the problem with inode inconsistency. + * Some code bodily lifted from JFFS * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. + * + */ + +/* * * This is the file system front-end to YAFFS that hooks it up to * the VFS. @@ -20,18 +30,10 @@ * >> 2.6: sb->s_fs_info points to the yaffs_Device associated with this * superblock * >> inode->u.generic_ip points to the associated yaffs_Object. - * - * Acknowledgements: - * * Luc van OostenRyck for numerous patches. - * * Nick Bane for numerous patches. - * * Nick Bane for 2.5/2.6 integration. - * * Andras Toth for mknod rdev issue. - * * Michael Fischer for finding the problem with inode inconsistency. - * * Some code bodily lifted from JFFS2. */ const char *yaffs_fs_c_version = - "$Id: yaffs_fs.c,v 1.56 2007-01-19 04:07:48 charles Exp $"; + "$Id: yaffs_fs.c,v 1.57 2007-02-12 16:55:25 wookey Exp $"; extern const char *yaffs_guts_c_version; #include