yaffs Changes to direct tests
[yaffs2.git] / direct / tests / fuzzer.c
index fed272a89fcc9bcc8143bf1b68792ba61fc93049..64d307f97ff8cc93eb62c63bdc653aa4d2e92477 100644 (file)
@@ -1,4 +1,15 @@
 /*
+ * YAFFS: Yet another FFS. A NAND-flash specific file system.
+ *
+ * Copyright (C) 2002-2010 Aleph One Ltd.
+ *   for Toby Churchill Ltd and Brightstar Engineering
+ *
+ * Created by Charles Manning <charles@aleph1.co.uk>
+ *
+ * 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.
+ *
  * Fuzzer to fuzz a file
  */
 
@@ -60,7 +71,7 @@ int main(int argc, char *argv[])
        srand(time(0));
 
        for(b = 0; b < nbuffers; b++){
-               printf("buffer %d\n",b);
+               /* printf("buffer %d\n",b); */
                lseek(h,b * sizeof(buffer),SEEK_SET);
                bufsize = read(h,buffer,sizeof(buffer));
                for(i = 0; i < changesPerBuffer; i++){