~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to mm/vmscan.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
1298
1298
                         * IO, plus JVM can create lots of anon VM_EXEC pages,
1299
1299
                         * so we ignore them here.
1300
1300
                         */
1301
 
                        if ((vm_flags & VM_EXEC) && page_is_file_cache(page)) {
 
1301
                        if ((vm_flags & VM_EXEC) && !PageAnon(page)) {
1302
1302
                                list_add(&page->lru, &l_active);
1303
1303
                                continue;
1304
1304
                        }