Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132184
b: refs/heads/master
c: ad3bdef
h: refs/heads/master
v: v3
  • Loading branch information
Wu Fengguang authored and Linus Torvalds committed Mar 11, 2009
1 parent ab2f59a commit 745bb5f
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: 16b71fdf97599f1b1b7f38418ee9922d9f117396
refs/heads/master: ad3bdefe877afb47480418fdb05ecd42842de65e
2 changes: 1 addition & 1 deletion trunk/fs/proc/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static const struct file_operations proc_kpagecount_operations = {
#define KPF_RECLAIM 9
#define KPF_BUDDY 10

#define kpf_copy_bit(flags, srcpos, dstpos) (((flags >> srcpos) & 1) << dstpos)
#define kpf_copy_bit(flags, dstpos, srcpos) (((flags >> srcpos) & 1) << dstpos)

static ssize_t kpageflags_read(struct file *file, char __user *buf,
size_t count, loff_t *ppos)
Expand Down

0 comments on commit 745bb5f

Please sign in to comment.