Skip to content
Snippets Groups Projects
user avatar
Lubos Slovak authored
This was not a feasible way to lock the items
  - there was no way to atomically acquire the lock and save
    the information to the structure.
Consider using some totally diffrent technique - copy-on-write,
  RCU, etc.
28adf6f2
History