All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH SERIES 3: 0/4] staging:lustre: remove workitem code
@ 2017-12-18  1:25 ` NeilBrown
  0 siblings, 0 replies; 17+ messages in thread
From: NeilBrown @ 2017-12-18  1:25 UTC (permalink / raw)
  To: Oleg Drokin, Andreas Dilger, James Simmons, Greg Kroah-Hartman
  Cc: lkml, lustre

Lustre has a "workitem" subsystem with much the same
functionality as the Linux workqueue subsystem.
This patch converts all users of workitem to workqueue,
then removes workitem.

This requires that "apply_workqueue_attrs" be exported
to modules, so this intro and the patch which does
the EXPORT_SYMBOL_GPL are cc:ed to Tejun and Lai.

Thanks,
NeilBrown


---

NeilBrown (4):
      staging: lustre: libcfs: use a workqueue for rehash work.
      staging: lustre: libcfs: remove wi_data from cfs_workitem
      staging: lustre: lnet: convert selftest to use workqueues
      staging: lustre: libcfs: remove workitem code.


 .../staging/lustre/include/linux/libcfs/libcfs.h   |    3 
 .../lustre/include/linux/libcfs/libcfs_hash.h      |    6 
 .../lustre/include/linux/libcfs/libcfs_workitem.h  |  107 -----
 drivers/staging/lustre/lnet/libcfs/Makefile        |    2 
 drivers/staging/lustre/lnet/libcfs/hash.c          |   82 +---
 drivers/staging/lustre/lnet/libcfs/module.c        |   27 -
 drivers/staging/lustre/lnet/libcfs/workitem.c      |  466 --------------------
 drivers/staging/lustre/lnet/selftest/framework.c   |   14 -
 drivers/staging/lustre/lnet/selftest/module.c      |   39 +-
 drivers/staging/lustre/lnet/selftest/rpc.c         |   71 +--
 drivers/staging/lustre/lnet/selftest/selftest.h    |   44 +-
 kernel/workqueue.c                                 |    1 
 12 files changed, 111 insertions(+), 751 deletions(-)
 delete mode 100644 drivers/staging/lustre/include/linux/libcfs/libcfs_workitem.h
 delete mode 100644 drivers/staging/lustre/lnet/libcfs/workitem.c

--
Signature

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-01-09  1:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18  1:25 [lustre-devel] [PATCH SERIES 3: 0/4] staging:lustre: remove workitem code NeilBrown
2017-12-18  1:25 ` NeilBrown
2017-12-18  1:25 ` [lustre-devel] [PATCH 3/4] staging: lustre: lnet: convert selftest to use workqueues NeilBrown
2017-12-18  1:25   ` NeilBrown
2018-01-08 14:45   ` [lustre-devel] " Greg Kroah-Hartman
2018-01-08 14:45     ` Greg Kroah-Hartman
2018-01-08 14:55     ` Tejun Heo
2018-01-08 15:06       ` [lustre-devel] " Greg Kroah-Hartman
2018-01-08 15:06         ` Greg Kroah-Hartman
2018-01-09  1:29     ` [lustre-devel] " NeilBrown
2018-01-09  1:29       ` NeilBrown
2017-12-18  1:25 ` [lustre-devel] [PATCH 2/4] staging: lustre: libcfs: remove wi_data from cfs_workitem NeilBrown
2017-12-18  1:25   ` NeilBrown
2017-12-18  1:25 ` [lustre-devel] [PATCH 4/4] staging: lustre: libcfs: remove workitem code NeilBrown
2017-12-18  1:25   ` NeilBrown
2017-12-18  1:25 ` [lustre-devel] [PATCH 1/4] staging: lustre: libcfs: use a workqueue for rehash work NeilBrown
2017-12-18  1:25   ` NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.