mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] staging/lustre/libcfs: clean up wait queue related wrappers
@ 2014-03-18 13:05 Peng Tao
  2014-03-18 13:05 ` [PATCH 1/5] staging/lustre/libcfs: remove init_waitqueue_entry_current Peng Tao
  0 siblings, 1 reply; 6+ messages in thread
From: Peng Tao @ 2014-03-18 13:05 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Peng Tao, Andreas Dilger, Oleg Drokin

Hi Greg,

Following patches remove wait queue related wrappers from lustre. The only thing
left is add_wait_queue_exclusive_head() that we hope to make into generic
helpers in a separate patch.

Thanks,
	Tao

Cc: Andreas Dilger <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>

Peng Tao (5):
  staging/lustre/libcfs: remove init_waitqueue_entry_current
  staging/lustre/libcfs: remove waitq_wait
  staging/lustre/libcfs: remove waitq_timedwait
  staging/lustre/libcfs: remove schedule_timeout_and_set_state
  staging/lustre/libcfs: remove cfs_pause

 .../lustre/include/linux/libcfs/libcfs_prim.h      |    9 -----
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c    |    6 ++-
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c |   10 +++---
 .../staging/lustre/lnet/klnds/socklnd/socklnd.c    |    6 ++-
 .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c |   15 ++++----
 drivers/staging/lustre/lnet/lnet/acceptor.c        |    3 +-
 drivers/staging/lustre/lnet/lnet/api-ni.c          |    3 +-
 drivers/staging/lustre/lnet/lnet/lib-eq.c          |    7 ++--
 drivers/staging/lustre/lnet/lnet/peer.c            |    3 +-
 drivers/staging/lustre/lnet/lnet/router.c          |   12 ++++---
 drivers/staging/lustre/lnet/selftest/conrpc.c      |    3 +-
 drivers/staging/lustre/lnet/selftest/rpc.c         |    3 +-
 drivers/staging/lustre/lnet/selftest/selftest.h    |    6 +++-
 drivers/staging/lustre/lustre/fid/fid_request.c    |   10 +++---
 drivers/staging/lustre/lustre/include/linux/obd.h  |    3 +-
 drivers/staging/lustre/lustre/include/lustre_lib.h |    8 ++---
 drivers/staging/lustre/lustre/lclient/lcommon_cl.c |    4 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c    |    4 +-
 drivers/staging/lustre/lustre/libcfs/debug.c       |    4 +-
 drivers/staging/lustre/lustre/libcfs/fail.c        |    4 +-
 .../lustre/lustre/libcfs/linux/linux-prim.c        |   38 --------------------
 drivers/staging/lustre/lustre/libcfs/tracefile.c   |    5 +--
 .../staging/lustre/lustre/libcfs/upcall_cache.c    |    5 +--
 drivers/staging/lustre/lustre/libcfs/workitem.c    |    6 ++-
 drivers/staging/lustre/lustre/lov/lov_object.c     |    4 +-
 drivers/staging/lustre/lustre/obdclass/cl_lock.c   |    4 +-
 drivers/staging/lustre/lustre/obdclass/genops.c    |    4 +-
 drivers/staging/lustre/lustre/obdclass/lu_object.c |    4 +-
 drivers/staging/lustre/lustre/obdecho/echo.c       |    3 +-
 .../staging/lustre/lustre/obdecho/echo_client.c    |    4 +-
 .../lustre/lustre/ptlrpc/gss/gss_svc_upcall.c      |    2 +-
 drivers/staging/lustre/lustre/ptlrpc/sec.c         |    4 +-
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c    |    4 +-
 33 files changed, 89 insertions(+), 121 deletions(-)

-- 
1.7.7.6


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

end of thread, other threads:[~2014-03-18 13:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-18 13:05 [PATCH 0/5] staging/lustre/libcfs: clean up wait queue related wrappers Peng Tao
2014-03-18 13:05 ` [PATCH 1/5] staging/lustre/libcfs: remove init_waitqueue_entry_current Peng Tao
2014-03-18 13:05   ` [PATCH 2/5] staging/lustre/libcfs: remove waitq_wait Peng Tao
2014-03-18 13:05     ` [PATCH 3/5] staging/lustre/libcfs: remove waitq_timedwait Peng Tao
2014-03-18 13:05       ` [PATCH 4/5] staging/lustre/libcfs: remove schedule_timeout_and_set_state Peng Tao
2014-03-18 13:05         ` [PATCH 5/5] staging/lustre/libcfs: remove cfs_pause Peng Tao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome