Re: [PATCH V3 4/6] nvmet: ignore discard return value
| Newsgroups | gmane.linux.kernel.device-mapper.devel,gmane.linux.block,gmane.linux.kernel,gmane.linux.raid,gmane.linux.file-systems.f2fs,gmane.linux.kernel.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jan 24, 2026 at 09:35:16PM +0000, Chaitanya Kulkarni wrote: > On 11/24/25 15:48, Chaitanya Kulkarni wrote: > > __blkdev_issue_discard() always returns 0, making the error checking > > in nvmet_bdev_discard_range() dead code. > > > > Kill the function nvmet_bdev_discard_range() and call > > __blkdev_issue_discard() directly from nvmet_bdev_execute_discard(), > > since no error handling is needed anymore for __blkdev_issue_discard() > > call. > > > > Reviewed-by: Martin K. Petersen <[email protected]> > > Reviewed-by: Johannes Thumshirn <[email protected]> > > Reviewed-by: Christoph Hellwig <[email protected]> > > Signed-off-by: Chaitanya Kulkarni <[email protected]> > > --- > > Gentle ping on this, can we apply this patch ? Are we down to three patches now? Maybe resend the whole series and get ACKs to merge everything through the block layer?