diff options
author | Mike Christie <mchristi@redhat.com> | 2017-06-23 01:18:20 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-07-06 23:11:42 -0700 |
commit | 9260695d65590f4711d1166eadbfcb0acfa0625a (patch) | |
tree | a5578a39bf795f15434f557a7b716dd40fe1abe5 /Kconfig | |
parent | 531283ff7593f7059ced43c725d90cec3e5af549 (diff) | |
download | kernel_replicant_linux-9260695d65590f4711d1166eadbfcb0acfa0625a.tar.gz kernel_replicant_linux-9260695d65590f4711d1166eadbfcb0acfa0625a.tar.bz2 kernel_replicant_linux-9260695d65590f4711d1166eadbfcb0acfa0625a.zip |
tcmu: fix multiple uio open/close sequences
If the uio device is open and closed multiple times, the
kref count will be off due to tcmu_release getting called
multiple times for each close. This patch integrates
Wenji Tang's patch to add a kref_get on open that now
matches the kref_put done on tcmu_release and adds
a kref_put in tcmu_destroy_device to match the kref_get
done in succesful tcmu_configure_device calls.
Signed-off-by: Mike Christie <mchristi@redhat.com>
Cc: Wenji Tang <tang.wenji@zte.com.cn>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions