Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio_pci: document why we defer kfree
The reason we defer kfree until release function is because it's a general rule for kobjects: kfree of the reference counter itself is only legal in the release function. Previous patch didn't make this clear, document this in code. Cc: [email protected] Signed-off-by: Michael S. Tsirkin <[email protected]>
- Loading branch information