Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374838
b: refs/heads/master
c: 94ef728
h: refs/heads/master
v: v3
  • Loading branch information
David Sterba authored and Josef Bacik committed May 6, 2013
1 parent d41ccaf commit aecff9f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 4884b476d769377c02f74fa83593e6afb562ad40
refs/heads/master: 94ef7280e8b3a5b13ba3cc515e5c198c1181176e
6 changes: 6 additions & 0 deletions trunk/fs/btrfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ static const char *btrfs_decode_error(int errno)
case -EEXIST:
errstr = "Object already exists";
break;
case -ENOSPC:
errstr = "No space left";
break;
case -ENOENT:
errstr = "No such entry";
break;
}

return errstr;
Expand Down

0 comments on commit aecff9f

Please sign in to comment.