Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119257
b: refs/heads/master
c: eedd726
h: refs/heads/master
i:
  119255: 3936de1
v: v3
  • Loading branch information
Benjamin Thery authored and David S. Miller committed Nov 20, 2008
1 parent 7abd1e5 commit 9c9b289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3aa4614da741f10b09559a5675c79e2eff5cccd8
refs/heads/master: eedd726efbc439dbed94fb8577e5533a986b341f
4 changes: 2 additions & 2 deletions trunk/net/ipv6/ip6mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static struct file_operations ip6mr_vif_fops = {
.open = ip6mr_vif_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = seq_release_private,
};

static void *ipmr_mfc_seq_start(struct seq_file *seq, loff_t *pos)
Expand Down Expand Up @@ -338,7 +338,7 @@ static struct file_operations ip6mr_mfc_fops = {
.open = ipmr_mfc_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release,
.release = seq_release_private,
};
#endif

Expand Down

0 comments on commit 9c9b289

Please sign in to comment.