Re: [PATCH] vhost: remove unused lock check flag in vhost_dev_cleanup()

2018-01-03 Thread Jason Wang
On 2017年12月25日 00:08, 夷则(Caspar) wrote: In commit ea5d404655ba ("vhost: fix release path lockdep checks"), Michael added a flag to check whether we should hold a lock in vhost_dev_cleanup(), however, in commit 47283bef7ed3 ("vhost: move memory pointer to VQs"), RCU operations have been replaced

[PATCH] vhost: remove unused lock check flag in vhost_dev_cleanup()

2017-12-24 Thread 夷则(Caspar)
In commit ea5d404655ba ("vhost: fix release path lockdep checks"), Michael added a flag to check whether we should hold a lock in vhost_dev_cleanup(), however, in commit 47283bef7ed3 ("vhost: move memory pointer to VQs"), RCU operations have been replaced by mutex, we can remove the no-longer-used