Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4907
b: refs/heads/master
c: ee71a29
h: refs/heads/master
i:
  4905: 4730d5b
  4903: 937e7ed
v: v3
  • Loading branch information
Christophe Lucas authored and David S. Miller committed Jul 18, 2005
1 parent f29f05a commit 0863727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: e2bf521d9728bfae9b6c3d484614e5962d0b5afd
refs/heads/master: ee71a29eb5e341fe977c5ad7a43782c29bd9cb9e
6 changes: 5 additions & 1 deletion trunk/net/sctp/objcnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,12 @@ static int sctp_dbg_objcnt_read(char *buffer, char **start, off_t offset,
/* Initialize the objcount in the proc filesystem. */
void sctp_dbg_objcnt_init(void)
{
create_proc_read_entry("sctp_dbg_objcnt", 0, proc_net_sctp,
struct proc_dir_entry *ent;
ent = create_proc_read_entry("sctp_dbg_objcnt", 0, proc_net_sctp,
sctp_dbg_objcnt_read, NULL);
if (!ent)
printk(KERN_WARNING
"sctp_dbg_objcnt: Unable to create /proc entry.\n");
}

/* Cleanup the objcount entry in the proc filesystem. */
Expand Down

0 comments on commit 0863727

Please sign in to comment.