From: Li Feng <fengli@smartx.com>
To: Jens Axboe <axboe@kernel.dk>,
"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
linux-kernel@vger.kernel.org (open list),
linux-scsi@vger.kernel.org (open list:SCSI SUBSYSTEM),
"Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Christoph Hellwig <hch@infradead.org>,
Damien Le Moal <dlemoal@kernel.org>,
Haoqian He <haoqian.he@smartx.com>
Subject: [PATCH v3 2/2] scsi: sd: remove some redundant initialization code
Date: Thu, 18 Jul 2024 16:07:23 +0800 [thread overview]
Message-ID: <20240718080751.313102-3-fengli@smartx.com> (raw)
In-Reply-To: <20240718080751.313102-1-fengli@smartx.com>
From: Haoqian He <haoqian.he@smartx.com>
Since the memory allocated by kzalloc for sdkp has been
initialized to 0, the code that initializes some sdkp
fields to 0 is no longer needed.
Signed-off-by: Haoqian He <haoqian.he@smartx.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Li Feng <fengli@smartx.com>
---
drivers/scsi/sd.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index c180427e2c98..3921b8fd71d1 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -3953,7 +3953,6 @@ static int sd_probe(struct device *dev)
sdkp->disk = gd;
sdkp->index = index;
sdkp->max_retries = SD_MAX_RETRIES;
- atomic_set(&sdkp->openers, 0);
atomic_set(&sdkp->device->ioerr_cnt, 0);
if (!sdp->request_queue->rq_timeout) {
@@ -3986,13 +3985,7 @@ static int sd_probe(struct device *dev)
/* defaults, until the device tells us otherwise */
sdp->sector_size = 512;
- sdkp->capacity = 0;
sdkp->media_present = 1;
- sdkp->write_prot = 0;
- sdkp->cache_override = 0;
- sdkp->WCE = 0;
- sdkp->RCD = 0;
- sdkp->ATO = 0;
sdkp->first_scan = 1;
sdkp->max_medium_access_timeouts = SD_MAX_MEDIUM_TIMEOUTS;
--
2.45.2
next prev parent reply other threads:[~2024-07-18 8:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-18 8:07 [PATCH v3 0/2] scsi discard fix Li Feng
2024-07-18 8:07 ` [PATCH v3 1/2] scsi: sd: Keep the discard mode stable Li Feng
2024-07-18 8:07 ` Li Feng [this message]
2024-07-22 22:22 ` [PATCH v3 0/2] scsi discard fix Jens Axboe
2024-07-22 23:55 ` Martin K. Petersen
2024-07-23 0:37 ` Jens Axboe
2024-07-23 2:24 ` Li Feng
2024-08-03 2:14 ` Martin K. Petersen
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=20240718080751.313102-3-fengli@smartx.com \
--to=fengli@smartx.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=axboe@kernel.dk \
--cc=dlemoal@kernel.org \
--cc=haoqian.he@smartx.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.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