X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yaffs_verify.c;h=ba9b9f478f50291e189ed190e90b45664837a681;hb=ebbed01a137b01aaf6423eea1b739a957d8c9551;hp=7a341a283079f0d98a84f566f4d86fac3193a8fd;hpb=b4d5215f18486403d16f2e776000e43eba052f40;p=yaffs2.git diff --git a/yaffs_verify.c b/yaffs_verify.c index 7a341a2..ba9b9f4 100644 --- a/yaffs_verify.c +++ b/yaffs_verify.c @@ -1,8 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -54,6 +53,8 @@ void yaffs_verify_blk(struct yaffs_dev *dev, struct yaffs_block_info *bi, int n) int actually_used; int in_use; + (void) block_state_name; + if (yaffs_skip_verification(dev)) return;