Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
88 stars 9 forks source link

dehtable access in ramfs is mostly unsynchronized #103

Closed OlliV closed 9 years ago

OlliV commented 9 years ago

dehtable reads and writes should be synchronized, adding rw lock into the implementation itself might be a good idea.