Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142799
b: refs/heads/master
c: 4c96729
h: refs/heads/master
i:
  142797: b69d9cc
  142795: 297a5ac
  142791: a6dc75d
  142783: b74b921
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Linus Torvalds committed Apr 8, 2009
1 parent 92637f5 commit b9b74f0
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: 2b3fffefea993a94c386b2d96de2d09469c343d1
refs/heads/master: 4c967291fc875a53de7126d256ad5e48f42a6521
2 changes: 1 addition & 1 deletion trunk/fs/proc/task_nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
struct inode *inode = vma->vm_file->f_path.dentry->d_inode;
dev = inode->i_sb->s_dev;
ino = inode->i_ino;
pgoff = (loff_t)vma->pg_off << PAGE_SHIFT;
pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT;
}

seq_printf(m,
Expand Down

0 comments on commit b9b74f0

Please sign in to comment.