Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87994
b: refs/heads/master
c: 8774b7f
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 2, 2008
1 parent 34c5987 commit 32d305d
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: 1edcf2e1ee2babb011cfca80ad9d202e9c491669
refs/heads/master: 8774b7f63be0d1b237bc30d49b6486f7691e2ed4
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 32d305d

Please sign in to comment.