Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751584AbdF1JyJ (ORCPT ); Wed, 28 Jun 2017 05:54:09 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:36514 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751528AbdF1JyD (ORCPT ); Wed, 28 Jun 2017 05:54:03 -0400 Message-ID: <1498643640.4644.1.camel@poochiereds.net> Subject: Re: linux-next: manual merge of the block tree with the file-locks tree From: Jeff Layton To: Jens Axboe , Stephen Rothwell , Al Viro Cc: Linux-Next Mailing List , Linux Kernel Mailing List Date: Wed, 28 Jun 2017 05:54:00 -0400 In-Reply-To: <4feec680-6d4f-abbe-c025-61b462612dde@kernel.dk> References: <20170628115721.3e594e2c@canb.auug.org.au> <4feec680-6d4f-abbe-c025-61b462612dde@kernel.dk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.3 (3.24.3-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1019 Lines: 35 On Tue, 2017-06-27 at 20:01 -0600, Jens Axboe wrote: > On 06/27/2017 07:57 PM, Stephen Rothwell wrote: > > Hi Jens, > > > > Today's linux-next merge of the block tree got a conflict in: > > > > include/linux/fs.h > > > > between commit: > > > > 3f64df8a51ce ("fs: new infrastructure for writeback error handling and reporting") > > > > from the file-locks tree and commit: > > > > c75b1d9421f8 ("fs: add fcntl() interface for setting/getting write life time hints") > > > > from the block tree. > > Looks like we stole the same hole! Let's just merge it like this, then > post merge I (or Jeff) can move the member to a better location. > (cc'ing Al since he might pick these up...) Indeed! I'll plan to move f_wb_err to the end of the struct. I have some later patches that add a second 32-bit errseq_t field to struct file for tracking metadata writeback errors. That would make them adjacent to one another which at least looks a little cleaner. Cheers, -- Jeff Layton