All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: NeilBrown <neilb@suse.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>,
	James Simmons <jsimmons@infradead.org>,
	Andreas Dilger <andreas.dilger@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Lustre Development List <lustre-devel@lists.lustre.org>
Subject: [lustre-devel] [PATCH 5/6] staging: lustre: move misc-device registration closer to related code.
Date: Mon, 23 Apr 2018 15:12:27 +0200	[thread overview]
Message-ID: <20180423131227.GA7401@kroah.com> (raw)
In-Reply-To: <152383935745.23409.17743342143483291145.stgit@noble>

On Mon, Apr 16, 2018 at 10:42:37AM +1000, NeilBrown wrote:
> The ioctl handler for the misc device is in  lnet/libcfs/module.c
> but is it registered in lnet/libcfs/linux/linux-module.c.
> 
> Keeping related code together make maintenance easier, so move the
> code.
> 
> Signed-off-by: NeilBrown <neilb@suse.com>

This and patch 6/6 did not apply due to something else changing these
files before these were sent in.

Can you rebase and resend?

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: NeilBrown <neilb@suse.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>,
	James Simmons <jsimmons@infradead.org>,
	Andreas Dilger <andreas.dilger@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Lustre Development List <lustre-devel@lists.lustre.org>
Subject: Re: [PATCH 5/6] staging: lustre: move misc-device registration closer to related code.
Date: Mon, 23 Apr 2018 15:12:27 +0200	[thread overview]
Message-ID: <20180423131227.GA7401@kroah.com> (raw)
In-Reply-To: <152383935745.23409.17743342143483291145.stgit@noble>

On Mon, Apr 16, 2018 at 10:42:37AM +1000, NeilBrown wrote:
> The ioctl handler for the misc device is in  lnet/libcfs/module.c
> but is it registered in lnet/libcfs/linux/linux-module.c.
> 
> Keeping related code together make maintenance easier, so move the
> code.
> 
> Signed-off-by: NeilBrown <neilb@suse.com>

This and patch 6/6 did not apply due to something else changing these
files before these were sent in.

Can you rebase and resend?

thanks,

greg k-h

  reply	other threads:[~2018-04-23 13:12 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-16  0:42 [lustre-devel] [PATCH 0/6] staging: lustre: code rearrangement NeilBrown
2018-04-16  0:42 ` NeilBrown
2018-04-16  0:42 ` [lustre-devel] [PATCH 4/6] staging: lustre: rearrange placement of CPU partition management code NeilBrown
2018-04-16  0:42   ` NeilBrown
2018-04-16  3:53   ` [lustre-devel] " James Simmons
2018-04-16  3:53     ` James Simmons
2018-04-16  0:42 ` [lustre-devel] [PATCH 3/6] staging: lustre: remove include/linux/libcfs/linux/linux-cpu.h NeilBrown
2018-04-16  0:42   ` NeilBrown
2018-04-16  3:52   ` [lustre-devel] " James Simmons
2018-04-16  3:52     ` James Simmons
2018-04-18  2:33     ` [lustre-devel] " NeilBrown
2018-04-18  2:33       ` NeilBrown
2018-04-23 13:13     ` [lustre-devel] " Greg Kroah-Hartman
2018-04-23 13:13       ` Greg Kroah-Hartman
2018-04-16  0:42 ` [lustre-devel] [PATCH 5/6] staging: lustre: move misc-device registration closer to related code NeilBrown
2018-04-16  0:42   ` NeilBrown
2018-04-23 13:12   ` Greg Kroah-Hartman [this message]
2018-04-23 13:12     ` Greg Kroah-Hartman
2018-04-16  0:42 ` [lustre-devel] [PATCH 2/6] staging: lustre: remove libcfs/linux/libcfs.h NeilBrown
2018-04-16  0:42   ` NeilBrown
2018-04-16  3:35   ` [lustre-devel] " James Simmons
2018-04-16  3:35     ` James Simmons
2018-04-18  2:32     ` [lustre-devel] " NeilBrown
2018-04-18  2:32       ` NeilBrown
2018-04-23 13:03       ` [lustre-devel] " Greg Kroah-Hartman
2018-04-23 13:03         ` Greg Kroah-Hartman
2018-04-16  0:42 ` [lustre-devel] [PATCH 1/6] staging: lustre: move stack-check macros to libcfs_debug.h NeilBrown
2018-04-16  0:42   ` NeilBrown
2018-04-16  3:48   ` [lustre-devel] " James Simmons
2018-04-16  3:48     ` James Simmons
2018-04-16 15:27     ` [lustre-devel] " Patrick Farrell
2018-04-16 15:27       ` Patrick Farrell
2018-04-16 22:42       ` James Simmons
2018-04-16 22:42         ` James Simmons
2018-04-16 22:48         ` Doug Oucharek
2018-04-16 22:48           ` Doug Oucharek
2018-04-17  5:26           ` Dilger, Andreas
2018-04-17  5:26             ` Dilger, Andreas
2018-04-17 15:41             ` Doug Oucharek
2018-04-17 15:41               ` Doug Oucharek
2018-04-18  2:29         ` NeilBrown
2018-04-18  2:29           ` NeilBrown
2018-04-18  4:23           ` Patrick Farrell
2018-04-18  4:23             ` Patrick Farrell
2018-04-18  2:17     ` NeilBrown
2018-04-18  2:17       ` NeilBrown
2018-04-23 13:03       ` [lustre-devel] " Greg Kroah-Hartman
2018-04-23 13:03         ` Greg Kroah-Hartman
2018-04-16  0:42 ` [lustre-devel] [PATCH 6/6] staging: lustre: move remaining code from linux-module.c to module.c NeilBrown
2018-04-16  0:42   ` NeilBrown

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=20180423131227.GA7401@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=andreas.dilger@intel.com \
    --cc=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lustre-devel@lists.lustre.org \
    --cc=neilb@suse.com \
    --cc=oleg.drokin@intel.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 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.