kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com>
To: kernelnewbies@kernelnewbies.org
Subject: Re: Fix for https://bugzilla.kernel.org/show_bug.cgi?id=203737
Date: Mon, 17 Jun 2019 18:58:08 +0300	[thread overview]
Message-ID: <qe8dag$8006$1@blaine.gmane.org> (raw)
In-Reply-To: <CANtEx+AfT0VxVTKCqau=0Ymu88JF+xtN7OhN6ZjogKyPHLejdA@mail.gmail.com>


Hi,

I think the following will help you:
https://www.kernel.org/doc/html/v5.1/process/submitting-patches.html

17.06.2019 17:27, Саша Ковтуненко пишет:
> Hello ,
> I am trying to fix https://bugzilla.kernel.org/show_bug.cgi?id=203737 in
> this way:
> --- a/fs/jfs/jfs_logmgr.c
> +++ b/fs/jfs/jfs_logmgr.c
> @@ -1223,6 +1223,7 @@ static int open_dummy_log(struct super_block *sb)
>                 /* Make up some stuff */
>                 dummy_log->base = 0;
>                 dummy_log->size = 1024;
> +               dummy_log->bdev = sb->s_bdev;
> There seems bio_set_dev(bio, bdev) in case bdev is null then we get error .
> Is this fix looks ok ?
> Thanks
> AK
> 
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> 



_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

      reply	other threads:[~2019-06-17 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-17 14:27 Fix for https://bugzilla.kernel.org/show_bug.cgi?id=203737 Саша Ковтуненко
2019-06-17 15:58 ` Matwey V. Kornilov [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='qe8dag$8006$1@blaine.gmane.org' \
    --to=matwey.kornilov@gmail.com \
    --cc=kernelnewbies@kernelnewbies.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;
as well as URLs for NNTP newsgroup(s).