[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPcyv4gBN4M312WRmAvwHbTjMspiSTPuFyir_fc3nH6akpgosw@mail.gmail.com>
Date: Wed, 18 Dec 2013 17:34:31 -0800
From: Dan Williams <dan.j.williams@...el.com>
To: Kent Overstreet <kmo@...erainc.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 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
--
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