Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97828
b: refs/heads/master
c: bbcdac0
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Tuttle authored and Linus Torvalds committed Jun 6, 2008
1 parent d56d12f commit e95cc3d
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: a4fa7ef037b17f2a3b9b393cb924e571fc04e784
refs/heads/master: bbcdac0c20aa20d1daad41d9c138102b70e5aae4
2 changes: 1 addition & 1 deletion trunk/fs/proc/proc_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ static ssize_t kpagecount_read(struct file *file, char __user *buf,
if (!ppage)
pcount = 0;
else
pcount = atomic_read(&ppage->_count);
pcount = page_mapcount(ppage);

if (put_user(pcount, out++)) {
ret = -EFAULT;
Expand Down

0 comments on commit e95cc3d

Please sign in to comment.