Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38601
b: refs/heads/master
c: 9b124fb
h: refs/heads/master
i:
  38599: fe8bd86
v: v3
  • Loading branch information
Steven Whitehouse committed Jan 30, 2006
1 parent 05802c0 commit 64d2552
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2442a098be6b38ee3abe8edda3224b48ff4d604a
refs/heads/master: 9b124fbb8ddb3d0b17f5a807414d85cbaf527a56
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/ops_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/pagemap.h>
#include <linux/mpage.h>
#include <asm/semaphore.h>

#include "gfs2.h"
Expand Down Expand Up @@ -286,7 +287,7 @@ static int gfs2_readpage(struct file *file, struct page *page)
} else
error = zero_readpage(page);
} else
error = block_read_full_page(page, gfs2_get_block);
error = mpage_readpage(page, gfs2_get_block);
} else
error = jdata_readpage(ip, page);

Expand Down

0 comments on commit 64d2552

Please sign in to comment.