Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
9223372036854775807
Description
osc_queue_sync_pages() add osc_extent to osc_object's IO extent list without taking ldlm locks, and then it calls osc_io_unplug_async() to queue the IO work for the client.
I think the IO extent should take ldlm locks while waiting in the IO work queue.
Thanks very much Andrew. Is it possible to push the patch into gerrit so it is easier for us to provide testing/review feedback?