commit | ea5d404655ba3b356d0c06d6a3c4f24112124522 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Nov 27 19:05:58 2011 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Feb 28 09:13:22 2012 +0200 |
tree | 092a40fd222d3565ca4b5188c85dba65c1305583 | |
parent | d550dda192c1bd039afb774b99485e88b70d7cb8 [diff] |
vhost: fix release path lockdep checks We shouldn't hold any locks on release path. Pass a flag to vhost_dev_cleanup to use the lockdep info correctly. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Sasha Levin <levinsasha928@gmail.com>