Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201034
b: refs/heads/master
c: 5453258
h: refs/heads/master
v: v3
  • Loading branch information
Joel Becker committed Jul 16, 2010
1 parent 36a151e commit 6fa6427
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: 13ceef099edd2b70c5a6f3a9ef5d6d97cda2e096
refs/heads/master: 5453258d532e72731b0829e4fefd36dd611a2fff
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ static int ocfs2_write_zero_page(struct inode *inode, u64 abs_from,
struct page *page;
unsigned long index = abs_from >> PAGE_CACHE_SHIFT;
handle_t *handle = NULL;
int ret;
int ret = 0;
unsigned zero_from, zero_to, block_start, block_end;

BUG_ON(abs_from >= abs_to);
Expand Down

0 comments on commit 6fa6427

Please sign in to comment.