diff options
Diffstat (limited to 'tests/fs-tests/integrity')
| -rw-r--r-- | tests/fs-tests/integrity/integck.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index cac145d..84753d6 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -1164,7 +1164,7 @@ static int file_mmap_write(struct file_info *file)  	}  	r = random_no(write_cnt);  	w = file->writes; -	for (i = 0; w && w->next && i < r; i++) +	for (i = 0; i < r; i++)  		w = w->next;  	offs = (w->offset / fsinfo.page_size) * fsinfo.page_size;  | 
