Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84712
b: refs/heads/master
c: 2004dc8
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Linus Torvalds committed Feb 8, 2008
1 parent 577d7b6 commit 54b475e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 476aed3870b26735c4fcfdaa95420fa9e1de5119
refs/heads/master: 2004dc8eec1b4f0692b3be87ea80c70faa44d619
2 changes: 1 addition & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
struct file_ra_state *ra = &file->f_ra;
struct inode *inode = mapping->host;
struct page *page;
unsigned long size;
pgoff_t size;
int did_readaround = 0;
int ret = 0;

Expand Down
3 changes: 2 additions & 1 deletion trunk/mm/filemap_xip.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ do_xip_mapping_read(struct address_space *mapping,
read_actor_t actor)
{
struct inode *inode = mapping->host;
unsigned long index, end_index, offset;
pgoff_t index, end_index;
unsigned long offset;
loff_t isize;

BUG_ON(!mapping->a_ops->get_xip_page);
Expand Down

0 comments on commit 54b475e

Please sign in to comment.