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
nexedi
linux
Commits
eb481d7f
Commit
eb481d7f
authored
May 12, 2003
by
Chris Wright
Committed by
Linus Torvalds
May 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RXRPC]: Put file_operations THIS_OWNER in correct place.
parent
1bdbda8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/rxrpc/proc.c
net/rxrpc/proc.c
+1
-1
No files found.
net/rxrpc/proc.c
View file @
eb481d7f
...
@@ -52,7 +52,6 @@ static void rxrpc_proc_peers_stop(struct seq_file *p, void *v);
...
@@ -52,7 +52,6 @@ static void rxrpc_proc_peers_stop(struct seq_file *p, void *v);
static
int
rxrpc_proc_peers_show
(
struct
seq_file
*
m
,
void
*
v
);
static
int
rxrpc_proc_peers_show
(
struct
seq_file
*
m
,
void
*
v
);
static
struct
seq_operations
rxrpc_proc_peers_ops
=
{
static
struct
seq_operations
rxrpc_proc_peers_ops
=
{
.
owner
=
THIS_MODULE
,
.
start
=
rxrpc_proc_peers_start
,
.
start
=
rxrpc_proc_peers_start
,
.
next
=
rxrpc_proc_peers_next
,
.
next
=
rxrpc_proc_peers_next
,
.
stop
=
rxrpc_proc_peers_stop
,
.
stop
=
rxrpc_proc_peers_stop
,
...
@@ -102,6 +101,7 @@ static struct seq_operations rxrpc_proc_calls_ops = {
...
@@ -102,6 +101,7 @@ static struct seq_operations rxrpc_proc_calls_ops = {
};
};
static
struct
file_operations
rxrpc_proc_calls_fops
=
{
static
struct
file_operations
rxrpc_proc_calls_fops
=
{
.
owner
=
THIS_MODULE
,
.
open
=
rxrpc_proc_calls_open
,
.
open
=
rxrpc_proc_calls_open
,
.
read
=
seq_read
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
llseek
=
seq_lseek
,
...
...
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