From patchwork Sat Dec 29 19:52:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 10745015 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 513FE13AD for ; Sat, 29 Dec 2018 19:53:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 432AF28A3E for ; Sat, 29 Dec 2018 19:53:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 370D028AD1; Sat, 29 Dec 2018 19:53:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E111B28A3E for ; Sat, 29 Dec 2018 19:53:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728299AbeL2Tw7 convert rfc822-to-8bit (ORCPT ); Sat, 29 Dec 2018 14:52:59 -0500 Received: from mga07.intel.com ([134.134.136.100]:51319 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727571AbeL2Tw7 (ORCPT ); Sat, 29 Dec 2018 14:52:59 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Dec 2018 11:52:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,414,1539673200"; d="scan'208";a="110849482" Received: from orsmsx105.amr.corp.intel.com ([10.22.225.132]) by fmsmga007.fm.intel.com with ESMTP; 29 Dec 2018 11:52:58 -0800 Received: from orsmsx155.amr.corp.intel.com (10.22.240.21) by ORSMSX105.amr.corp.intel.com (10.22.225.132) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 29 Dec 2018 11:52:57 -0800 Received: from orsmsx107.amr.corp.intel.com ([169.254.1.51]) by ORSMSX155.amr.corp.intel.com ([169.254.7.85]) with mapi id 14.03.0415.000; Sat, 29 Dec 2018 11:52:57 -0800 From: "Williams, Dan J" To: "torvalds@linux-foundation.org" CC: "linux-kernel@vger.kernel.org" , "linux-nvdimm@lists.01.org" , "linux-fsdevel@vger.kernel.org" Subject: [GIT PULL] dax fix for 4.21 Thread-Topic: [GIT PULL] dax fix for 4.21 Thread-Index: AQHUn7AXWHoyredGpkqAbTVar8Vytg== Date: Sat, 29 Dec 2018 19:52:56 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.251.6.233] Content-ID: <8B71ED7FF2DD1043A6A396D99AE992DF@intel.com> MIME-Version: 1.0 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-fix-4.21 ...to receive a single fix for an issue you identified on the last dax fix pull request. While I feel a bit silly sending a single-commit pull-request there is nothing else queued up for dax this cycle. This change has shipped in -next for multiple releases. --- The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd: Linux 4.20-rc7 (2018-12-16 15:46:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/dax-fix-4.21 for you to fetch changes up to d8a706414af4827fc0b4b1c0c631c607351938b9: dax: Use non-exclusive wait in wait_entry_unlocked() (2018-12-21 11:35:53 -0800) ---------------------------------------------------------------- dax fix 4.21 * Clean up unnecessary usage of prepare_to_wait_exclusive() ---------------------------------------------------------------- Dan Williams (1): dax: Use non-exclusive wait in wait_entry_unlocked() fs/dax.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-)