commit: 46d4c0ff2446d04ee765d6fe6e0b1e596e4b8c29
From: Al Viro <[email protected]>
Date: Sun, 5 May 2013 00:09:44 -0400
Subject: parisc: single_open() leaks

Cc: [email protected]
Signed-off-by: Al Viro <[email protected]>
---
 arch/parisc/kernel/pdc_chassis.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/kernel/pdc_chassis.c b/arch/parisc/kernel/pdc_chassis.c
index 8fa314f..3e04242 100644
--- a/arch/parisc/kernel/pdc_chassis.c
+++ b/arch/parisc/kernel/pdc_chassis.c
@@ -275,7 +275,7 @@ static const struct file_operations pdc_chassis_warn_fops = 
{
        .open           = pdc_chassis_warn_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
-       .release        = seq_release,
+       .release        = single_release,
 };
 
 static int __init pdc_chassis_create_procfs(void)
-- 
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to