elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
19 stars 7 forks source link

Feat/allow memory mapping #196

Closed kgermanov closed 1 year ago

kgermanov commented 1 year ago

@e-kov What do you think about not pass -i option on setup/reload? Instead of use subcommand reconfigure or create separate subcommand. It will reduce changes + will not break API. Also there is question about using stdbool.h. In kernel used int usually. Is it compatible? (https://groups.google.com/g/linux.debian.bugs.dist/c/NQP3JCZN3qc)