aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c
index ac15911b31c4..2b10b36d1577 100644
--- a/fs/ocfs2/file.c
+++ b/fs/ocfs2/file.c
@@ -767,7 +767,7 @@ static int ocfs2_write_zero_page(struct inode *inode, u64 abs_from,
767 struct page *page; 767 struct page *page;
768 unsigned long index = abs_from >> PAGE_CACHE_SHIFT; 768 unsigned long index = abs_from >> PAGE_CACHE_SHIFT;
769 handle_t *handle = NULL; 769 handle_t *handle = NULL;
770 int ret; 770 int ret = 0;
771 unsigned zero_from, zero_to, block_start, block_end; 771 unsigned zero_from, zero_to, block_start, block_end;
772 772
773 BUG_ON(abs_from >= abs_to); 773 BUG_ON(abs_from >= abs_to);