linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: linux-scsi <linux-scsi@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: Christoph Hellwig <hch@lst.de>,
	FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
	Mike Christie <michaelc@cs.wisc.edu>,
	Nicholas Bellinger <nab@linux-iscsi.org>
Subject: [PATCH 0/3] tcm: More cleanups for v4.0.0-rc3
Date: Thu, 19 Aug 2010 15:12:52 -0700	[thread overview]
Message-ID: <1282255972-12850-1-git-send-email-nab@linux-iscsi.org> (raw)

From: Nicholas Bellinger <nab@linux-iscsi.org>

Greetings all,

Here are few more TCM cleanups that are being pushed to lio-core-2.6.git/lio-4.0.

Patch #1 removes an unused struct se_mem -> struct se_mem w/ task_offset
mapping function, patch #2 was recommended by hch now that se_obj_lun_type_t
no longer exists, and patch #3 removes legacy usage of type 'void *' for
struct se_lun->lun_type_ptr, and instead uses a easily grokable struct se_lun->lun_se_dev
member for existing all struct se_lun -> struct se_device references.

Thanks!

Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>

Nicholas Bellinger (3):
  tcm: Remove legacy transport_map_mem_to_mem()
  tcm: Remove remaining code out of target_core_seobj.c
  tcm: Remove legacy struct se_lun->lun_type_ptr

 drivers/target/Kbuild                        |    1 -
 drivers/target/lio-target/iscsi_target_mib.c |    8 +-
 drivers/target/target_core_alua.c            |    6 +-
 drivers/target/target_core_configfs.c        |    1 -
 drivers/target/target_core_device.c          |   86 +++++-
 drivers/target/target_core_fabric_configfs.c |    3 +-
 drivers/target/target_core_mib.c             |    8 +-
 drivers/target/target_core_seobj.c           |  214 ---------------
 drivers/target/target_core_seobj.h           |   47 ----
 drivers/target/target_core_tpg.c             |   15 +-
 drivers/target/target_core_transport.c       |  379 +++++++++++++-------------
 include/target/target_core_base.h            |    5 +-
 include/target/target_core_device.h          |    6 +
 include/target/target_core_transport.h       |   11 +-
 14 files changed, 286 insertions(+), 504 deletions(-)
 delete mode 100644 drivers/target/target_core_seobj.c
 delete mode 100644 drivers/target/target_core_seobj.h

                 reply	other threads:[~2010-08-19 22:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1282255972-12850-1-git-send-email-nab@linux-iscsi.org \
    --to=nab@linux-iscsi.org \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=michaelc@cs.wisc.edu \
    /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;
as well as URLs for NNTP newsgroup(s).