Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335754
b: refs/heads/master
c: 0da9a0c
h: refs/heads/master
v: v3
  • Loading branch information
Tommi Rantala authored and David S. Miller committed Nov 15, 2012
1 parent 06ae206 commit 2372389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80d11788fb8f4d9fcfae5ad508c7f1b65e8b28a3
refs/heads/master: 0da9a0c2638c8476b4a5021841912f249e3187dc
8 changes: 4 additions & 4 deletions trunk/net/sctp/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static const struct file_operations sctp_snmp_seq_fops = {
.open = sctp_snmp_seq_open,
.read = seq_read,
.llseek = seq_lseek,
.release = single_release,
.release = single_release_net,
};

/* Set up the proc fs entry for 'snmp' object. */
Expand Down Expand Up @@ -251,7 +251,7 @@ static const struct file_operations sctp_eps_seq_fops = {
.open = sctp_eps_seq_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = seq_release_net,
};

/* Set up the proc fs entry for 'eps' object. */
Expand Down Expand Up @@ -372,7 +372,7 @@ static const struct file_operations sctp_assocs_seq_fops = {
.open = sctp_assocs_seq_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = seq_release_net,
};

/* Set up the proc fs entry for 'assocs' object. */
Expand Down Expand Up @@ -517,7 +517,7 @@ static const struct file_operations sctp_remaddr_seq_fops = {
.open = sctp_remaddr_seq_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = seq_release_net,
};

int __net_init sctp_remaddr_proc_init(struct net *net)
Expand Down

0 comments on commit 2372389

Please sign in to comment.