mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Peng Tao <bergwolf@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Peng Tao <bergwolf@gmail.com>,
	Andreas Dilger <andreas.dilger@intel.com>,
	Oleg Drokin <oleg.drokin@intel.com>
Subject: [PATCH 0/5] staging/lustre/libcfs: clean up wait queue related wrappers
Date: Tue, 18 Mar 2014 21:05:51 +0800	[thread overview]
Message-ID: <1395147956-2056-1-git-send-email-bergwolf@gmail.com> (raw)

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


             reply	other threads:[~2014-03-18 13:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-18 13:05 Peng Tao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1395147956-2056-1-git-send-email-bergwolf@gmail.com \
    --to=bergwolf@gmail.com \
    --cc=andreas.dilger@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg.drokin@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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