Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
60c06d75
Commit
60c06d75
authored
Apr 04, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uhhuh. Fix duplicate merge from -dj tree
parent
7d3edcdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
fs/proc/proc_misc.c
fs/proc/proc_misc.c
+0
-12
No files found.
fs/proc/proc_misc.c
View file @
60c06d75
...
...
@@ -210,18 +210,6 @@ static struct file_operations proc_partitions_operations = {
release:
seq_release
,
};
extern
struct
seq_operations
partitions_op
;
static
int
partitions_open
(
struct
inode
*
inode
,
struct
file
*
file
)
{
return
seq_open
(
file
,
&
partitions_op
);
}
static
struct
file_operations
proc_partitions_operations
=
{
open:
partitions_open
,
read:
seq_read
,
llseek:
seq_lseek
,
release:
seq_release
,
};
#ifdef CONFIG_MODULES
extern
struct
seq_operations
modules_op
;
static
int
modules_open
(
struct
inode
*
inode
,
struct
file
*
file
)
...
...
Write
Preview
Markdown
is supported
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