Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bec8a74 authored by Al Viro's avatar Al Viro
Browse files

megaraid: single_open() leak



Cc: stable@vger.kernel.org
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent bc3041f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};

/*