Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73233
b: refs/heads/master
c: dd1a458
h: refs/heads/master
i:
  73231: 566e03e
v: v3
  • Loading branch information
Latchesar Ionkov authored and Eric Van Hensbergen committed Nov 6, 2007
1 parent 23144c0 commit 8b2c45c
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: 8999e04f3b7930f0c6f091a541237de51d8dd372
refs/heads/master: dd1a458412c358f8b4550d7e7df88982c88ce408
4 changes: 2 additions & 2 deletions trunk/net/9p/mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ struct p9_trans_module *v9fs_match_trans(const substring_t *name)
list_for_each(p, &v9fs_trans_list) {
t = list_entry(p, struct p9_trans_module, list);
if (strncmp(t->name, name->from, name->to-name->from) == 0)
break;
return t;
}
return t;
return NULL;
}
EXPORT_SYMBOL(v9fs_match_trans);

Expand Down

0 comments on commit 8b2c45c

Please sign in to comment.