Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101186
b: refs/heads/master
c: 3c65e87
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Dave Kleikamp committed May 28, 2008
1 parent ce37081 commit db14145
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6536d2891ba2c4e837ba8478dc13bb173ed24a23
refs/heads/master: 3c65e8743bf8b5cf0f90e8d767bf1d8b50c14c76
2 changes: 1 addition & 1 deletion trunk/fs/jfs/jfs_imap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ int diAlloc(struct inode *pip, bool dir, struct inode *ip)
jfs_error(ip->i_sb,
"diAlloc: can't find free bit "
"in wmap");
return EIO;
return -EIO;
}

/* determine the inode number within the
Expand Down

0 comments on commit db14145

Please sign in to comment.