Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
75401461
Commit
75401461
authored
May 05, 2013
by
Al Viro
Browse files
ia64: single_open() leaks
Cc: stable@vger.kernel.org Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
a81ecc16
Changes
3
Hide whitespace changes
Inline
Side-by-side
arch/ia64/kernel/palinfo.c
View file @
75401461
...
...
@@ -929,7 +929,7 @@ static const struct file_operations proc_palinfo_fops = {
.
open
=
proc_palinfo_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
static
void
__cpuinit
...
...
arch/ia64/kernel/salinfo.c
View file @
75401461
...
...
@@ -694,7 +694,7 @@ static const struct file_operations proc_salinfo_fops = {
.
open
=
proc_salinfo_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
module_init
(
salinfo_init
);
arch/ia64/sn/kernel/sn2/prominfo_proc.c
View file @
75401461
...
...
@@ -149,7 +149,7 @@ static const struct file_operations proc_fit_fops = {
.
open
=
proc_fit_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
static
int
proc_version_show
(
struct
seq_file
*
m
,
void
*
v
)
...
...
@@ -183,7 +183,7 @@ static const struct file_operations proc_version_fops = {
.
open
=
proc_version_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
/* module entry points */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment