Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211634
b: refs/heads/master
c: d594845
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 28, 2010
1 parent e2d96b2 commit 44658db
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: bf97b6734e027cc18abad420ab88f861f65d7816
refs/heads/master: d594845106f34c079a6b05be01a37e4883c3bf4c
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ static int gfs2_write_begin(struct file *file, struct address_space *mapping,
unsigned int data_blocks = 0, ind_blocks = 0, rblocks;
int alloc_required;
int error = 0;
struct gfs2_alloc *al;
struct gfs2_alloc *al = NULL;
pgoff_t index = pos >> PAGE_CACHE_SHIFT;
unsigned from = pos & (PAGE_CACHE_SIZE - 1);
unsigned to = from + len;
Expand Down

0 comments on commit 44658db

Please sign in to comment.