Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753057AbcLLUkj (ORCPT ); Mon, 12 Dec 2016 15:40:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752463AbcLLUki (ORCPT ); Mon, 12 Dec 2016 15:40:38 -0500 Date: Mon, 12 Dec 2016 14:40:35 -0600 From: David Teigland To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] dlm fixes for 4.10 Message-ID: <20161212204035.GE26576@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 12 Dec 2016 20:40:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 39 Hi Linus, Please pull dlm fixes from tag: git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-4.10 This set fixes error reporting for dlm sockets, removes the unbound property on the dlm callback workqueue to improve performance, and includes a couple trivial changes. Thanks, Dave Bob Peterson (3): dlm: don't save callbacks after accept dlm: remove lock_sock to avoid scheduling while atomic dlm: don't specify WQ_UNBOUND for the ast callback workqueue Paul Gortmaker (1): dlm: audit and remove any unnecessary uses of module.h Stephen Hemminger (1): dlm: make genl_ops const Wei Yongjun (1): dlm: fix error return code in sctp_accept_from_sock() fs/dlm/ast.c | 2 +- fs/dlm/config.c | 2 +- fs/dlm/debug_fs.c | 2 +- fs/dlm/dlm_internal.h | 1 - fs/dlm/lockspace.c | 2 ++ fs/dlm/lowcomms.c | 28 ++++++++++++++-------------- fs/dlm/main.c | 2 ++ fs/dlm/netlink.c | 2 +- fs/dlm/user.c | 1 - 9 files changed, 22 insertions(+), 20 deletions(-)