From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Tue, 6 Dec 2016 10:32:55 +0100 Subject: [lustre-devel] [PATCH 2/6] staging: lustre: headers: sort headers affected by swab move In-Reply-To: <1480707650-24089-3-git-send-email-jsimmons@infradead.org> References: <1480707650-24089-1-git-send-email-jsimmons@infradead.org> <1480707650-24089-3-git-send-email-jsimmons@infradead.org> Message-ID: <20161206093255.GA28615@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , Ben Evans , Linux Kernel Mailing List , Lustre Development List On Fri, Dec 02, 2016 at 02:40:46PM -0500, James Simmons wrote: > From: Ben Evans > > It was found if you sort the headers alphabetically > that it reduced patch conflicts. This patch sorts > the headers alphabetically and also place linux > header first, then uapi header and finally the > lustre kernel headers. I really doesn't matter what order you put them in, patch conflicts should still happen at the same frequency :) But I'll take it if it makes people happy... thanks, greg k-h