From: Christoph Hellwig <hch@lst.de>
To: Fabio Estevam <festevam@gmail.com>
Cc: Mark Brown <broonie@kernel.org>, Christoph Hellwig <hch@lst.de>,
axboe@kernel.dk, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] block: fix rootwait=
Date: Fri, 9 Jun 2023 06:39:22 +0200 [thread overview]
Message-ID: <20230609043922.GA30632@lst.de> (raw)
In-Reply-To: <CAOMZO5DhO7G70FZXZzwoX_Xm=VHtb8E=8G8moz+CjEdnUc2Eeg@mail.gmail.com>
On Thu, Jun 08, 2023 at 10:02:00PM -0300, Fabio Estevam wrote:
> > below) lands on this commit and reverting the first hunk:
> >
> > > @@ -181,7 +181,7 @@ static int __init devt_from_devname(const char *name, dev_t *devt)
> > > *p = '\0';
> > > *devt = blk_lookup_devt(s, part);
> > > if (*devt)
> > > - return 0;
> > > + return -ENODEV;
>
> I have tested reverting this first hunk and it also works for me, so
> if someone submits this fix:
Yes, the first hunk is completely bogus, sorry.
I'll send the fix.
prev parent reply other threads:[~2023-06-09 4:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-07 13:57 [PATCH] block: fix rootwait= Christoph Hellwig
2023-06-07 14:00 ` Jens Axboe
2023-06-08 18:26 ` Mark Brown
2023-06-09 1:02 ` Fabio Estevam
2023-06-09 4:39 ` Christoph Hellwig [this message]
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=20230609043922.GA30632@lst.de \
--to=hch@lst.de \
--cc=axboe@kernel.dk \
--cc=broonie@kernel.org \
--cc=festevam@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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