Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45847
b: refs/heads/master
c: e540eb4
h: refs/heads/master
i:
  45845: f0a9347
  45843: 6ecc2e3
  45839: 248a152
v: v3
  • Loading branch information
Eric Van Hensbergen authored and Linus Torvalds committed Jan 26, 2007
1 parent d320915 commit 28a9cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da977b2c7eb4d6312f063a7b486f2aad99809710
refs/heads/master: e540eb45a5254873245fd377f2fe3afc47bd33c1
1 change: 1 addition & 0 deletions trunk/fs/9p/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ int v9fs_errstr2errno(char *errstr, int len)

if (errno == 0) {
/* TODO: if error isn't found, add it dynamically */
errstr[len] = 0;
printk(KERN_ERR "%s: errstr :%s: not found\n", __FUNCTION__,
errstr);
errno = 1;
Expand Down

0 comments on commit 28a9cbd

Please sign in to comment.