linux kernel - Constructor time IO in a device mapper implementation -


i'm developing device mapper driver , wondering delays dues performing disk initialization in constructor context. there's fair amount of io done during initial setup - ranges of blocks clean out.

from looking on dm implementations appears work done synchronously in constructor. constructor shouldn't allowed return until operation done. don't know if that's idea or whether there's way make asynchronous until init time work done.

i thinking calls 'map' might deferred returning dm_io_requeue until operation completes. may seconds. i've not found docs or reference covers function set of target_type structure in dm. i've seen of dm drivers making use of of these function indirects. hints on there's details of methods or rules on can , can't done in constructor?


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -