--- zzzz-none-000/linux-3.10.107/drivers/md/dm-exception-store.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/md/dm-exception-store.h 2021-02-04 17:41:59.000000000 +0000 @@ -42,8 +42,7 @@ const char *name; struct module *module; - int (*ctr) (struct dm_exception_store *store, - unsigned argc, char **argv); + int (*ctr) (struct dm_exception_store *store, char *options); /* * Destroys this object when you've finished with it. @@ -123,6 +122,8 @@ unsigned chunk_shift; void *context; + + bool userspace_supports_overflow; }; /*