On Wed, Dec 18, 2013 at 5:29 PM, Kent Overstreet <k...@daterainc.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 <k...@daterainc.com> > Cc: Tejun Heo <t...@kernel.org> > Cc: Andrew Morton <a...@linux-foundation.org> > Cc: Oleg Nesterov <o...@redhat.com> > Cc: Arjan van de Ven <ar...@linux.intel.com> > Cc: Dan Williams <dan.j.willi...@intel.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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/