From patchwork Mon Jul 22 01:52:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Simmons X-Patchwork-Id: 11051369 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 C87331398 for ; Mon, 22 Jul 2019 01:52:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B1BFD1FF28 for ; Mon, 22 Jul 2019 01:52:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A3F80284F0; Mon, 22 Jul 2019 01:52:24 +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 401671FF28 for ; Mon, 22 Jul 2019 01:52:24 +0000 (UTC) Received: from pdx1-mailman02.dreamhost.com (localhost [IPv6:::1]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id C55DF21F2CE; Sun, 21 Jul 2019 18:52:22 -0700 (PDT) X-Original-To: lustre-devel@lists.lustre.org Delivered-To: lustre-devel-lustre.org@pdx1-mailman02.dreamhost.com Received: from smtp4.ccs.ornl.gov (smtp4.ccs.ornl.gov [160.91.203.40]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id 34F3821F2CE for ; Sun, 21 Jul 2019 18:52:21 -0700 (PDT) Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp4.ccs.ornl.gov (Postfix) with ESMTP id 2BC2B1005114; Sun, 21 Jul 2019 21:52:20 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 2028AB5; Sun, 21 Jul 2019 21:52:20 -0400 (EDT) From: James Simmons To: Andreas Dilger , Oleg Drokin , NeilBrown , Shaun Tancheff , Arshad Hussain Date: Sun, 21 Jul 2019 21:52:07 -0400 Message-Id: <1563760338-806-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Subject: [lustre-devel] [PATCH 00/11] lustre: cleanup most check patch issues 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 Another run at fs/lustre to reduce the check patch issue to a small number that are mostly over 80 characters per line issues. This makes Lustre appear to be real Linux kernel code :-) No code changes in this patch series. This is again the main lustre branch of Neil Brown's kernel tree. James Simmons (11): lustre: ptlrpc: checkpatch cleanup lustre: llite: checkpatch cleanup lustre: fid: checkpatch cleanup lustre: mgc: checkpatch cleanup lustre: lmv: checkpatch cleanup lustre: mdc: checkpatch cleanup lustre: osc: checkpatch cleanup lustre: lov: checkpatch cleanup lustre: obdclass: checkpatch cleanup lustre: ldlm: checkpatch cleanup lustre: internal headers checkpatch cleanup fs/lustre/fid/fid_request.c | 1 - fs/lustre/fid/lproc_fid.c | 3 +- fs/lustre/fld/fld_internal.h | 5 +-- fs/lustre/include/cl_object.h | 13 +++---- fs/lustre/include/lprocfs_status.h | 11 +++--- fs/lustre/include/lu_object.h | 26 +++++++------- fs/lustre/include/lustre_acl.h | 4 +-- fs/lustre/include/lustre_dlm.h | 53 +++++++++++++++++----------- fs/lustre/include/seq_range.h | 8 ++--- fs/lustre/ldlm/ldlm_extent.c | 1 - fs/lustre/ldlm/ldlm_flock.c | 15 ++++---- fs/lustre/ldlm/ldlm_internal.h | 5 +-- fs/lustre/ldlm/ldlm_lib.c | 4 +-- fs/lustre/ldlm/ldlm_lock.c | 8 ++--- fs/lustre/ldlm/ldlm_lockd.c | 22 +++++++----- fs/lustre/ldlm/ldlm_pool.c | 3 +- fs/lustre/ldlm/ldlm_request.c | 18 +++++----- fs/lustre/llite/dir.c | 18 +++++----- fs/lustre/llite/file.c | 24 ++++++------- fs/lustre/llite/llite_internal.h | 8 +++-- fs/lustre/llite/llite_lib.c | 26 +++++++------- fs/lustre/llite/llite_nfs.c | 3 +- fs/lustre/llite/lproc_llite.c | 8 +++-- fs/lustre/llite/namei.c | 15 +++++--- fs/lustre/llite/rw26.c | 3 +- fs/lustre/llite/statahead.c | 23 ++++++++----- fs/lustre/llite/super25.c | 3 +- fs/lustre/llite/vvp_dev.c | 3 +- fs/lustre/llite/vvp_io.c | 2 +- fs/lustre/lmv/lmv_intent.c | 9 +++-- fs/lustre/lmv/lmv_obd.c | 22 +++++++----- fs/lustre/lov/lov_io.c | 2 +- fs/lustre/lov/lov_lock.c | 4 +-- fs/lustre/lov/lov_merge.c | 6 ++-- fs/lustre/lov/lov_obd.c | 6 ++-- fs/lustre/lov/lov_object.c | 6 ++-- fs/lustre/lov/lov_pool.c | 24 +++++++++---- fs/lustre/lov/lov_request.c | 3 +- fs/lustre/mdc/mdc_changelog.c | 15 +++++--- fs/lustre/mdc/mdc_lib.c | 15 +++++--- fs/lustre/mdc/mdc_locks.c | 2 +- fs/lustre/mdc/mdc_request.c | 16 +++++---- fs/lustre/mgc/mgc_request.c | 17 +++++---- fs/lustre/obdclass/cl_io.c | 16 ++++++--- fs/lustre/obdclass/cl_lock.c | 8 +++-- fs/lustre/obdclass/cl_object.c | 12 +++---- fs/lustre/obdclass/cl_page.c | 9 ++--- fs/lustre/obdclass/class_obd.c | 3 +- fs/lustre/obdclass/genops.c | 9 +++-- fs/lustre/obdclass/llog.c | 3 +- fs/lustre/obdclass/llog_obd.c | 8 ++--- fs/lustre/obdclass/llog_swab.c | 6 ++-- fs/lustre/obdclass/lprocfs_status.c | 4 +-- fs/lustre/obdclass/lu_object.c | 3 +- fs/lustre/obdclass/obd_config.c | 12 ++++--- fs/lustre/obdclass/obd_mount.c | 3 +- fs/lustre/obdecho/debug.c | 12 ++++--- fs/lustre/osc/lproc_osc.c | 7 ++-- fs/lustre/osc/osc_cache.c | 15 +++----- fs/lustre/osc/osc_internal.h | 6 ++-- fs/lustre/osc/osc_lock.c | 6 ++-- fs/lustre/osc/osc_object.c | 6 ++-- fs/lustre/osc/osc_page.c | 3 +- fs/lustre/osc/osc_quota.c | 20 ++++++----- fs/lustre/osc/osc_request.c | 38 +++++++++----------- fs/lustre/ptlrpc/client.c | 67 ++++++++++++++++++++++------------- fs/lustre/ptlrpc/connection.c | 2 +- fs/lustre/ptlrpc/events.c | 5 +-- fs/lustre/ptlrpc/import.c | 69 +++++++++++++++++++++---------------- fs/lustre/ptlrpc/layout.c | 19 +++++----- fs/lustre/ptlrpc/llog_client.c | 3 +- fs/lustre/ptlrpc/lproc_ptlrpc.c | 21 +++++++---- fs/lustre/ptlrpc/niobuf.c | 12 ++++--- fs/lustre/ptlrpc/nrs.c | 2 +- fs/lustre/ptlrpc/pack_generic.c | 6 ++-- fs/lustre/ptlrpc/pinger.c | 6 ++-- fs/lustre/ptlrpc/ptlrpc_internal.h | 5 ++- fs/lustre/ptlrpc/ptlrpc_module.c | 6 ++-- fs/lustre/ptlrpc/ptlrpcd.c | 3 +- fs/lustre/ptlrpc/recover.c | 3 +- fs/lustre/ptlrpc/sec.c | 21 ++++++----- fs/lustre/ptlrpc/sec_config.c | 15 +++++--- fs/lustre/ptlrpc/sec_lproc.c | 3 +- fs/lustre/ptlrpc/service.c | 40 ++++++++++++--------- 84 files changed, 588 insertions(+), 412 deletions(-)