Revision 36c381d7
ID | 36c381d7045383280c76903f255ddcf601d52b15 |
Parent | 2e1d6d96 |
Child | d465bdc8 |
Processor: Move LU execution to its own method
This makes the try...finally code simplier, and helps adding a more
complex locking structure before the actual execution. It also fixes a
concurrency bug caused by the fact that write_count was read before
acquiring the BGL, and thus spurious config update hooks run could have
been triggered. This doesn't solve the issue of running config update
hooks for concurrent LUs.
Reviewed-by: iustinp
Files
- added
- modified
- copied
- renamed
- deleted