X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=linux-tests%2Fverifybigsparse.c;h=7a13dbcd8f12a7b3b514bf092115795ce276635b;hp=84ff53b690bec4ebd10f20cc1b36902c4221f3d7;hb=a7cb3a35b2bc81f1e8107b6a147d7c86681f0b84;hpb=236044674b17ac4455b44cb4bdb0ea99107d9a99 diff --git a/linux-tests/verifybigsparse.c b/linux-tests/verifybigsparse.c index 84ff53b..7a13dbc 100644 --- a/linux-tests/verifybigsparse.c +++ b/linux-tests/verifybigsparse.c @@ -8,8 +8,8 @@ #include -#define N_WRITES 2000 -#define STRIDE 2000 +#define N_WRITES 16 +#define STRIDE 250000 #define BUFFER_N 1100 unsigned xxbuffer[BUFFER_N]; @@ -43,7 +43,7 @@ void verify_big_sparse_file(int h) check_type = "buffer"; set_buffer(i/STRIDE); } - printf("%s checking %lld\n", check_type, offset); + //printf("%s checking %lld\n", check_type, offset); pos = lseek64(h, offset, SEEK_SET); if(pos != offset) { printf("mismatched seek pos %lld offset %lld\n", @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) exit(1); } - handle = open(argv[1], O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); + handle = open(argv[1], O_RDONLY); if(handle < 0) { perror("opening file");