[PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()

2017-04-12 Thread Jan Kara
MTD will want to call bdi_alloc_node() and bdi_put() directly. Export these functions. Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara --- mm/backing-dev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/backing-dev.c b/mm/backing-dev.c index

Re: [PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()

2017-04-12 Thread Christoph Hellwig
On Wed, Mar 29, 2017 at 12:56:01PM +0200, Jan Kara wrote: > MTD will want to call bdi_alloc_node() and bdi_put() directly. Export > these functions. > > Signed-off-by: Jan Kara Looks fine, Reviewed-by: Christoph Hellwig

[PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()

2017-03-29 Thread Jan Kara
MTD will want to call bdi_alloc_node() and bdi_put() directly. Export these functions. Signed-off-by: Jan Kara --- mm/backing-dev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/backing-dev.c b/mm/backing-dev.c index 164ccc93690f..3dd175986390 100644 ---