[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131219013704.GE4054@kmo>
Date: Wed, 18 Dec 2013 17:37:04 -0800
From: Kent Overstreet <kmo@...erainc.com>
To: Dan Williams <dan.j.williams@...el.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Tejun Heo <tj@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Oleg Nesterov <oleg@...hat.com>,
Arjan van de Ven <arjan@...ux.intel.com>
Subject: Re: [PATCH] closures: move to lib/
On Wed, Dec 18, 2013 at 05:34:31PM -0800, Dan Williams wrote:
> On Wed, Dec 18, 2013 at 5:29 PM, Kent Overstreet <kmo@...erainc.com> wrote:
> > the closure code was never intended to be bcache specific - hopefully it can be
> > useful elsewhere in the kernel.
> >
> > Signed-off-by: Kent Overstreet <kmo@...erainc.com>
> > Cc: Tejun Heo <tj@...nel.org>
> > Cc: Andrew Morton <akpm@...ux-foundation.org>
> > Cc: Oleg Nesterov <oleg@...hat.com>
> > Cc: Arjan van de Ven <arjan@...ux.intel.com>
> > Cc: Dan Williams <dan.j.williams@...el.com>
> > ---
> > drivers/md/bcache/Kconfig | 9 -
> > drivers/md/bcache/Makefile | 2 +-
> > drivers/md/bcache/bcache.h | 2 +-
> > drivers/md/bcache/closure.c | 222 ----------------------
> > drivers/md/bcache/closure.h | 453 --------------------------------------------
> > drivers/md/bcache/util.h | 3 +-
> > include/linux/closure.h | 451 +++++++++++++++++++++++++++++++++++++++++++
> > lib/Kconfig.debug | 8 +
> > lib/Makefile | 2 +-
> > lib/closure.c | 218 +++++++++++++++++++++
> > 10 files changed, 681 insertions(+), 689 deletions(-)
> > delete mode 100644 drivers/md/bcache/closure.c
> > delete mode 100644 drivers/md/bcache/closure.h
> > create mode 100644 include/linux/closure.h
> > create mode 100644 lib/closure.c
>
> This would be smaller to review with git diff -M
I forgot to mention - this is on top of other stuff I have queued up which
deletes a fair amount of code in closure.[ch] (finally got rid of some stuff
Tejun hated).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists