From patchwork Thu Jan 16 08:13:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 11336335 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D1AF413A0 for ; Thu, 16 Jan 2020 08:14:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AA5072077B for ; Thu, 16 Jan 2020 08:14:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="lmoeG/px" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726406AbgAPIOB (ORCPT ); Thu, 16 Jan 2020 03:14:01 -0500 Received: from ozlabs.org ([203.11.71.1]:56785 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726230AbgAPIOB (ORCPT ); Thu, 16 Jan 2020 03:14:01 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 47yxmP1NLkz9sP3; Thu, 16 Jan 2020 19:13:57 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1579162438; bh=YaNdal+dN5QtrmHxhWGaupnkNhgoh2PLOWXV49ePTok=; h=Date:From:To:Cc:Subject:From; b=lmoeG/pxjJl7GUuHKLqUn+qD9v/WtmyCFvbyetCkOU2KhVxCy5Up7eFZlxqVEFhik YqnF5/QWOcd7y05WoYfi4qsJAGGX2qmXzGxjlSXK+cUVM3VyqtQaMC4ee2jguEF7Yi ZfMjf44jpN1cd7EynJwyeaCoPnXG64UzdVUPLsKo13vn8jpft8fSogwcAAaUa7gh36 BMPHoYbNoZLx6DrVjAitz4x24st+/1Yw+abyyWYOd/99/KrVTz7u3mi2pbpIQ+U2w2 4HHEfDAd8vkYizCVCt2h8bD/jk2M7Z4xWi06jQEZJasCf2xn4LioUkKhIGutW+Lbm6 oqUaSWPAXDIHg== Date: Thu, 16 Jan 2020 19:13:52 +1100 From: Stephen Rothwell To: Andrew Morton , Steve French , CIFS Cc: Linux Next Mailing List , Linux Kernel Mailing List , "Paulo Alcantara (SUSE)" , Alexey Dobriyan Subject: linux-next: manual merge of the akpm tree with the cifs tree Message-ID: <20200116191352.64fd4030@canb.auug.org.au> MIME-Version: 1.0 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Hi all, Today's linux-next merge of the akpm tree got a conflict in: fs/cifs/dfs_cache.c between commit: 03535b72873b ("cifs: Avoid doing network I/O while holding cache lock") from the cifs tree and patch: "proc: convert everything to "struct proc_ops"" from the akpm tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc fs/cifs/dfs_cache.c index 76ffe12d64f5,6aad6a2bf8f0..000000000000 --- a/fs/cifs/dfs_cache.c