Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87992
b: refs/heads/master
c: a5f37c3
h: refs/heads/master
v: v3
  • Loading branch information
Sven Schnelle authored and Linus Torvalds committed Apr 2, 2008
1 parent ce57e9c commit e83f071
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: 0e81a8ae37687845f7cdfa2adce14ea6a5f1dd34
refs/heads/master: a5f37c3252b174efdcdd808797a7c529064c95c0
1 change: 1 addition & 0 deletions trunk/fs/afs/cell.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ struct afs_cell *afs_cell_create(const char *name, char *vllist)
cell = afs_cell_alloc(name, vllist);
if (IS_ERR(cell)) {
_leave(" = %ld", PTR_ERR(cell));
up_write(&afs_cells_sem);
return cell;
}

Expand Down

0 comments on commit e83f071

Please sign in to comment.