Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283008
b: refs/heads/master
c: 25bd91b
h: refs/heads/master
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Jan 11, 2012
1 parent 848b852 commit 1b733a7
Show file tree
Hide file tree
Showing 2 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: f6d7e0cb3ecc248e98fa11d83253f6174bd7e085
refs/heads/master: 25bd91bd27820d5971258cecd1c0e64b0e485144
5 changes: 3 additions & 2 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -3436,9 +3436,10 @@ void scan_mapping_unevictable_pages(struct address_space *mapping)
static void warn_scan_unevictable_pages(void)
{
printk_once(KERN_WARNING
"The scan_unevictable_pages sysctl/node-interface has been "
"%s: The scan_unevictable_pages sysctl/node-interface has been "
"disabled for lack of a legitimate use case. If you have "
"one, please send an email to linux-mm@kvack.org.\n");
"one, please send an email to linux-mm@kvack.org.\n",
current->comm);
}

/*
Expand Down

0 comments on commit 1b733a7

Please sign in to comment.