All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: djeffery@redhat.com, Kees Cook <keescook@chromium.org>,
	dm-devel@redhat.com, Mikulas Patocka <mpatocka@redhat.com>,
	houtao1@huawei.com, Ilya Dryomov <idryomov@gmail.com>,
	Andy Grover <agrover@redhat.com>,
	jpittman@redhat.com, Alasdair G Kergon <agk@redhat.com>
Subject: Re: [git pull] device mapper changes for 4.19
Date: Fri, 17 Aug 2018 14:13:40 -0400	[thread overview]
Message-ID: <20180817181340.GA4422@redhat.com> (raw)
In-Reply-To: <CA+55aFzYtS99jCSx5Vp1Em3qZB_-32j+OE9MiY4nK71UErA9bg@mail.gmail.com>

On Fri, Aug 17 2018 at  1:01pm -0400,
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> This is only very weakly related to this pull request, but when I look
> at the diffstat, I note that outside of the Documentation changes, it
> looks like this:
> 
> On Thu, Aug 16, 2018 at 1:04 PM Mike Snitzer <snitzer@redhat.com> wrote:
> >
> >  drivers/md/dm-cache-metadata.c                    |  13 +-
> >  drivers/md/dm-cache-target.c                      |  35 +-
> >  drivers/md/dm-crypt.c                             |  66 ++-
> >  drivers/md/dm-delay.c                             | 249 +++++------
> >  drivers/md/dm-integrity.c                         | 501 ++++++++++++++++++----
> >  drivers/md/dm-kcopyd.c                            |  18 +-
> >  drivers/md/dm-raid1.c                             |  17 +-
> >  drivers/md/dm-snap.c                              |  41 +-
> >  drivers/md/dm-thin.c                              |  31 +-
> >  drivers/md/dm-writecache.c                        |   8 +-
> >  drivers/md/dm-zoned-reclaim.c                     |   6 +-
> >  include/linux/dm-kcopyd.h                         |  12 +-
> 
> and what stands out to me is that "include/linux/" file.
> 
> It turns out that I don't think it should be in include/linux/ at all,
> because it seems entirely internal to drivers/md.
> 
> A quick grep shows that nothing outside of drivers/md/ includes that
> header file.
> 
> So I wonder if you would mind just moving that header file to
> drivers/md/, and changing the
> 
>    #include <linux/dm-kcopyd.h>
> 
> into just
> 
>    #include "dm-kopyd.h"
> 
> instead?

Sure.

> The reason I care (weakly) is just that I end up looking at diffstats
> a lot during the merge window, and it's always nice for me when I see
> "this pull request only changes things internal to that particular
> subsystem". Then I don't need to  worry as much about any interactions
> with any other pulls.

I'll review all DM headers in include/linux/ and move accordingly.

Only thing that made restrict some movement is concern for 3rd party DM
modules that aren't upstream (yet).  But I may just need to be the
bearer of bad news for those.

I should be able to get these tested changes to you early next week.
I'll defer to you on whether to take them for 4.19 or wait.

Thanks,
Mike

  reply	other threads:[~2018-08-17 18:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-16 20:04 [git pull] device mapper changes for 4.19 Mike Snitzer
2018-08-17 17:01 ` Linus Torvalds
2018-08-17 18:13   ` Mike Snitzer [this message]
2018-08-17 18:21     ` Linus Torvalds
2018-08-17 20:04   ` Mikulas Patocka

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=20180817181340.GA4422@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=agrover@redhat.com \
    --cc=djeffery@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=houtao1@huawei.com \
    --cc=idryomov@gmail.com \
    --cc=jpittman@redhat.com \
    --cc=keescook@chromium.org \
    --cc=mpatocka@redhat.com \
    --cc=torvalds@linux-foundation.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 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.