mirror of https://gitee.com/openkylin/linux.git
[S390] vmlogrdr: stop IUCV connection in vmlogrdr_release.
Reopen of /dev/account failed. The IUCV path has to be terminated in vmlogrdr_release. Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
b3d00c3b92
commit
66b494a717
|
@ -385,6 +385,9 @@ static int vmlogrdr_release (struct inode *inode, struct file *filp)
|
|||
|
||||
struct vmlogrdr_priv_t * logptr = filp->private_data;
|
||||
|
||||
iucv_path_sever(logptr->path, NULL);
|
||||
kfree(logptr->path);
|
||||
logptr->path = NULL;
|
||||
if (logptr->autorecording) {
|
||||
ret = vmlogrdr_recording(logptr,0,logptr->autopurge);
|
||||
if (ret)
|
||||
|
|
Loading…
Reference in New Issue