Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1415397 > unrolled thread
| Started by | Johannes Weiner <hannes@cmpxchg.org> |
|---|---|
| First post | 2016-06-06 22:00 +0200 |
| Last post | 2016-06-08 09:20 +0200 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 02/10] mm: swap: unexport __pagevec_lru_add() Johannes Weiner <hannes@cmpxchg.org> - 2016-06-06 22:00 +0200
Re: [PATCH 02/10] mm: swap: unexport __pagevec_lru_add() Rik van Riel <riel@redhat.com> - 2016-06-06 23:40 +0200
Re: [PATCH 02/10] mm: swap: unexport __pagevec_lru_add() Michal Hocko <mhocko@kernel.org> - 2016-06-07 11:10 +0200
Re: [PATCH 02/10] mm: swap: unexport __pagevec_lru_add() Minchan Kim <minchan@kernel.org> - 2016-06-08 09:20 +0200
| From | Johannes Weiner <hannes@cmpxchg.org> |
|---|---|
| Date | 2016-06-06 22:00 +0200 |
| Subject | [PATCH 02/10] mm: swap: unexport __pagevec_lru_add() |
| Message-ID | <rH8QO-Oc-17@gated-at.bofh.it> |
There is currently no modular user of this function. We used to have
filesystems that open-coded the page cache instantiation, but luckily
they're all streamlined, and we don't want this to come back.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
---
mm/swap.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/swap.c b/mm/swap.c
index 95916142fc46..d810c3d95c97 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -860,7 +860,6 @@ void __pagevec_lru_add(struct pagevec *pvec)
{
pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, NULL);
}
-EXPORT_SYMBOL(__pagevec_lru_add);
/**
* pagevec_lookup_entries - gang pagecache lookup
--
2.8.3
[toc] | [next] | [standalone]
| From | Rik van Riel <riel@redhat.com> |
|---|---|
| Date | 2016-06-06 23:40 +0200 |
| Message-ID | <rHapA-1UM-27@gated-at.bofh.it> |
| In reply to | #1415397 |
[Multipart message — attachments visible in raw view] — view raw
On Mon, 2016-06-06 at 15:48 -0400, Johannes Weiner wrote: > There is currently no modular user of this function. We used to have > filesystems that open-coded the page cache instantiation, but luckily > they're all streamlined, and we don't want this to come back. > > Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> > Reviewed-by: Rik van Riel <riel@redhat.com> -- All Rights Reversed.
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-06-07 11:10 +0200 |
| Message-ID | <rHlbk-Mt-31@gated-at.bofh.it> |
| In reply to | #1415397 |
On Mon 06-06-16 15:48:28, Johannes Weiner wrote:
> There is currently no modular user of this function. We used to have
> filesystems that open-coded the page cache instantiation, but luckily
> they're all streamlined, and we don't want this to come back.
allmodconfig agrees with that
> Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Michal Hocko <mhocko@suse.com>
> ---
> mm/swap.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/mm/swap.c b/mm/swap.c
> index 95916142fc46..d810c3d95c97 100644
> --- a/mm/swap.c
> +++ b/mm/swap.c
> @@ -860,7 +860,6 @@ void __pagevec_lru_add(struct pagevec *pvec)
> {
> pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, NULL);
> }
> -EXPORT_SYMBOL(__pagevec_lru_add);
>
> /**
> * pagevec_lookup_entries - gang pagecache lookup
> --
> 2.8.3
--
Michal Hocko
SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Minchan Kim <minchan@kernel.org> |
|---|---|
| Date | 2016-06-08 09:20 +0200 |
| Message-ID | <rHFWp-5tG-3@gated-at.bofh.it> |
| In reply to | #1415397 |
On Mon, Jun 06, 2016 at 03:48:28PM -0400, Johannes Weiner wrote: > There is currently no modular user of this function. We used to have > filesystems that open-coded the page cache instantiation, but luckily > they're all streamlined, and we don't want this to come back. > > Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Minchan Kim <minchan@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web