Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233654
b: refs/heads/master
c: f129ccc
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Feb 25, 2011
1 parent 2c4b8f4 commit 31e79a3
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: 4662db446190ddef8fbab024f72dee77dd04b8f2
refs/heads/master: f129ccc9231c95513a1227ca9da876beeb03e577
1 change: 1 addition & 0 deletions trunk/fs/afs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ int afs_write_begin(struct file *file, struct address_space *mapping,
candidate->first = candidate->last = index;
candidate->offset_first = from;
candidate->to_last = to;
INIT_LIST_HEAD(&candidate->link);
candidate->usage = 1;
candidate->state = AFS_WBACK_PENDING;
init_waitqueue_head(&candidate->waitq);
Expand Down

0 comments on commit 31e79a3

Please sign in to comment.