megaraid: single_open() leak
Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
bc3041f055
commit
9bec8a7401
1 changed files with 1 additions and 1 deletions
|
@ -2770,7 +2770,7 @@ static const struct file_operations mega_proc_fops = {
|
|||
.open = mega_proc_open,
|
||||
.read = seq_read,
|
||||
.llseek = seq_lseek,
|
||||
.release = seq_release,
|
||||
.release = single_release,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue