diff options
author | Johannes Berg <johannes.berg@intel.com> | 2021-01-08 00:15:21 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-01-27 00:11:38 +0300 |
commit | f4172b084342fd3f9e38c10650ffe19eac30d8ce (patch) | |
tree | 0ff37342dec431c0ad75dbf4405e1d6fc8943b41 /net/unix/af_unix.c | |
parent | e23fe90dec286cd77e9059033aa640fc45603602 (diff) | |
download | linux-f4172b084342fd3f9e38c10650ffe19eac30d8ce.tar.xz |
um: virtio: free vu_dev only with the contained struct device
Since struct device is refcounted, we shouldn't free the vu_dev
immediately when it's removed from the platform device, but only
when the references actually all go away. Move the freeing to
the release to accomplish that.
Fixes: 5d38f324993f ("um: drivers: Add virtio vhost-user driver")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions