From: Jens Axboe Date: Wed, 22 Apr 2015 19:46:45 +0000 (-0600) Subject: configure: check for more of the used MTD features X-Git-Tag: fio-2.2.8~31 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=400cd0fff11b5b6bd9cd88bbb99f81331f6a97c3;p=fio.git configure: check for more of the used MTD features Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index ff97200c..8e496b0f 100755 --- a/configure +++ b/configure @@ -1378,6 +1378,7 @@ cat > $TMPC << EOF int main(int argc, char **argv) { struct mtd_info_user info; + info.type = MTD_MLCNANDFLASH; return ioctl(0, MEMGETINFO, &info); } EOF