summaryrefslogtreecommitdiffstats
path: root/common/state/backend_storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/state/backend_storage.c')
-rw-r--r--common/state/backend_storage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/state/backend_storage.c b/common/state/backend_storage.c
index efe8bac05d..c4508a8aba 100644
--- a/common/state/backend_storage.c
+++ b/common/state/backend_storage.c
@@ -477,6 +477,7 @@ int state_storage_init(struct state_backend_storage *storage,
INIT_LIST_HEAD(&storage->buckets);
storage->dev = dev;
storage->name = storagetype;
+ storage->stridesize = stridesize;
ret = mtd_get_meminfo(path, &meminfo);
if (!ret && !(meminfo.flags & MTD_NO_ERASE)) {