--- zzzz-none-000/linux-4.4.271/drivers/mtd/ubi/vtbl.c 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/mtd/ubi/vtbl.c 2023-04-19 10:22:29.000000000 +0000 @@ -557,7 +557,8 @@ vol->name[vol->name_len] = '\0'; vol->vol_id = i; - if (vtbl[i].flags & UBI_VTBL_AUTORESIZE_FLG) { + if (vtbl[i].flags & (UBI_VTBL_AUTORESIZE_FLG | + UBI_VTBL_AUTORESIZE_FLG_LINUX)) { /* Auto re-size flag may be set only for one volume */ if (ubi->autoresize_vol_id != -1) { ubi_err(ubi, "more than one auto-resize volume (%d and %d)",