All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] nvmet: small cleanup
@ 2021-06-14  1:58 Chaitanya Kulkarni
  2021-06-14  1:58 ` [PATCH 1/6] nvmet: use req->cmd directly in bdev-ns fast path Chaitanya Kulkarni
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chaitanya Kulkarni @ 2021-06-14  1:58 UTC (permalink / raw)
  To: linux-nvme; +Cc: hch, sagi, Chaitanya Kulkarni

Hi,

This has cleanup for removing local variables which are only used once
or not used to do anything meaningful along with type mismatch for
subsys->max_nsid.

-ck

Chaitanya Kulkarni (6):
  nvmet: use req->cmd directly in bdev-ns fast path
  nvmet: use req->cmd directly in file-ns fast path
  nvmet: use u32 for nvmet_subsys max_nsid
  nvmet: use u32 type for the local variable nsid
  nvmet: use nvme status value directly
  nvmet: remove local variable

 drivers/nvme/target/core.c        | 30 ++++++++++--------------------
 drivers/nvme/target/io-cmd-bdev.c |  4 +---
 drivers/nvme/target/io-cmd-file.c |  4 +---
 drivers/nvme/target/nvmet.h       |  2 +-
 4 files changed, 13 insertions(+), 27 deletions(-)

-- 
2.22.1


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

end of thread, other threads:[~2021-06-15 20:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14  1:58 [PATCH 0/6] nvmet: small cleanup Chaitanya Kulkarni
2021-06-14  1:58 ` [PATCH 1/6] nvmet: use req->cmd directly in bdev-ns fast path Chaitanya Kulkarni
2021-06-14  1:58 ` [PATCH 2/6] nvmet: use req->cmd directly in file-ns " Chaitanya Kulkarni
2021-06-14  1:58 ` [PATCH 3/6] nvmet: use u32 for nvmet_subsys max_nsid Chaitanya Kulkarni
2021-06-14  1:58 ` [PATCH 4/6] nvmet: use u32 type for the local variable nsid Chaitanya Kulkarni
2021-06-14  1:58 ` [PATCH 5/6] nvmet: use nvme status value directly Chaitanya Kulkarni
2021-06-14  1:58 ` [PATCH 6/6] nvmet: remove local variable Chaitanya Kulkarni
2021-06-15 16:18 ` [PATCH 0/6] nvmet: small cleanup Christoph Hellwig

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.