Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284411
b: refs/heads/master
c: 4d06f38
h: refs/heads/master
i:
  284409: 7c7fbbd
  284407: 2f257e4
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Jan 13, 2012
1 parent 26e4923 commit ca987fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 5095ae83759f035c823fb375c6ed2de99c81d5ec
refs/heads/master: 4d06f382c733f99ec67df006255e87525ac1efd3
5 changes: 0 additions & 5 deletions trunk/mm/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ void mark_page_accessed(struct page *page)
SetPageReferenced(page);
}
}

EXPORT_SYMBOL(mark_page_accessed);

void __lru_cache_add(struct page *page, enum lru_list lru)
Expand Down Expand Up @@ -646,7 +645,6 @@ void __pagevec_release(struct pagevec *pvec)
release_pages(pvec->pages, pagevec_count(pvec), pvec->cold);
pagevec_reinit(pvec);
}

EXPORT_SYMBOL(__pagevec_release);

#ifdef CONFIG_TRANSPARENT_HUGEPAGE
Expand Down Expand Up @@ -726,7 +724,6 @@ void __pagevec_lru_add(struct pagevec *pvec, enum lru_list lru)

pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, (void *)lru);
}

EXPORT_SYMBOL(__pagevec_lru_add);

/**
Expand All @@ -751,7 +748,6 @@ unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping,
pvec->nr = find_get_pages(mapping, start, nr_pages, pvec->pages);
return pagevec_count(pvec);
}

EXPORT_SYMBOL(pagevec_lookup);

unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping,
Expand All @@ -761,7 +757,6 @@ unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping,
nr_pages, pvec->pages);
return pagevec_count(pvec);
}

EXPORT_SYMBOL(pagevec_lookup_tag);

/*
Expand Down

0 comments on commit ca987fa

Please sign in to comment.