From patchwork Mon Jul 22 02:12:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Simmons X-Patchwork-Id: 11051393 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 7AC88138D for ; Mon, 22 Jul 2019 02:12:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 63332284CE for ; Mon, 22 Jul 2019 02:12:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 568F8284F5; Mon, 22 Jul 2019 02:12:28 +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=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from pdx1-mailman02.dreamhost.com (pdx1-mailman02.dreamhost.com [64.90.62.194]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id ECE6C284CE for ; Mon, 22 Jul 2019 02:12:27 +0000 (UTC) Received: from pdx1-mailman02.dreamhost.com (localhost [IPv6:::1]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id 45EA921F783; Sun, 21 Jul 2019 19:12:27 -0700 (PDT) X-Original-To: lustre-devel@lists.lustre.org Delivered-To: lustre-devel-lustre.org@pdx1-mailman02.dreamhost.com Received: from smtp3.ccs.ornl.gov (smtp3.ccs.ornl.gov [160.91.203.39]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id 8C1C621CBF6 for ; Sun, 21 Jul 2019 19:12:25 -0700 (PDT) Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp3.ccs.ornl.gov (Postfix) with ESMTP id 948A526F; Sun, 21 Jul 2019 22:12:24 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 8A3ADB5; Sun, 21 Jul 2019 22:12:24 -0400 (EDT) From: James Simmons To: Andreas Dilger , Oleg Drokin , NeilBrown , Shaun Tancheff Date: Sun, 21 Jul 2019 22:12:12 -0400 Message-Id: <1563761542-3708-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Subject: [lustre-devel] [PATCH 00/10] lustre: push patches ready from lustre-testing X-BeenThere: lustre-devel@lists.lustre.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "For discussing Lustre software development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lustre Development List MIME-Version: 1.0 Errors-To: lustre-devel-bounces@lists.lustre.org Sender: "lustre-devel" X-Virus-Scanned: ClamAV using ClamSMTP Several patches from lustre-testing have been reviewed and tested. They are ready to land to the main lustre branch. One patch in lustre-testing to remove set_cblist in ptlrpc has been replaced by a patch from John Hammond that removed even more. John L. Hammond (1): lustre: ptlrpc: simplify struct ptlrpc_request_set NeilBrown (9): lustre: ldlm: discard varname in ldlm_pool. lustre: lprocfs: use log2.h macros instead of shift loop. lustre: ptlrpc: make ptlrpc_bulk_frag_ops always const. lustre: mgc: remove llog_process_lock lustre: don't declare extern variables in C files. lnet: socklnd: fix infinite loop in ksocknal_push() lustre: ptlrpc: remove inline on non-inlined functions. lustre: convert rsi_sem to a spinlock. lustre: ptlrpc: make ptlrpc_last_xid an atomic64_t fs/lustre/include/lustre_net.h | 47 +------------------- fs/lustre/include/obd_class.h | 25 +---------- fs/lustre/ldlm/ldlm_internal.h | 2 - fs/lustre/ldlm/ldlm_pool.c | 18 +++----- fs/lustre/ldlm/ldlm_resource.c | 2 - fs/lustre/llite/llite_lib.c | 8 ++-- fs/lustre/llite/lproc_llite.c | 4 +- fs/lustre/lov/lov_obd.c | 85 ++++++++++++------------------------- fs/lustre/mgc/mgc_request.c | 6 +-- fs/lustre/obdclass/lprocfs_status.c | 18 +++----- fs/lustre/ptlrpc/client.c | 82 ++++++++++++++--------------------- fs/lustre/ptlrpc/import.c | 1 - fs/lustre/ptlrpc/ptlrpc_module.c | 5 --- net/lnet/klnds/socklnd/socklnd.c | 2 +- 14 files changed, 82 insertions(+), 223 deletions(-)