gkostka / lwext4

ext2/ext3/ext4 filesystem library for microcontrollers
http://sourceforge.net/projects/lwext4/
Other
491 stars 128 forks source link

Does lwext4 support concurrency fs request from the same mount partition? #79

Open xuesong-lldd opened 1 year ago

xuesong-lldd commented 1 year ago

EXT4_MP_LOCK(...) seems support the concurrency handling of fs requests from different mount partition, if that true, then how about the concurrent request from the files within the same mount partition?