From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752270AbdLMDQU (ORCPT ); Tue, 12 Dec 2017 22:16:20 -0500 Received: from mx2.suse.de ([195.135.220.15]:34035 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554AbdLMDQR (ORCPT ); Tue, 12 Dec 2017 22:16:17 -0500 From: NeilBrown To: Oleg Drokin , James Simmons , Andreas Dilger , Greg Kroah-Hartman Date: Wed, 13 Dec 2017 14:15:54 +1100 Subject: [PATCH 00/13] Assorted lustre clean-ups Cc: linux-kernel@vger.kernel.org, lustre-devel@lists.lustre.org Message-ID: <151313493380.27582.16490205348451477393.stgit@noble> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series includes a resend of some "list_entry" cleanup patches which now how better commit comments, and also includes some simplifications, removing unnecessary macros and code. Thanks, NeilBrown --- NeilBrown (12): staging: lustre: use list_last_entry to simplify fld_cache_shrink staging: lustre: ldlm: use list_for_each_entry in ldlm_extent_shift_kms() staging: lustre: ldlm: use list_first_entry in ldlm_lockd.c staging: lustre: ldlm: minor list_entry improvements in ldlm_request.c staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.c staging: lustre: lov: use list_for_each_entry in lov_obd.c staging: lustre: libcfs: simplify memory allocation. staging: lustre: libcfs: remove unused rounding functions. staging: lustre: libcfs: discard MKSTR() macro staging: lustre: libcfs: discard MAX_NUMERIC_VALUE staging: lustre: libcfs: discard KLASSERT() staging: lustre: libcfs: discard LASSERT_CHECKED .../lustre/include/linux/libcfs/libcfs_private.h | 91 +++----------------- drivers/staging/lustre/lustre/fld/fld_cache.c | 13 +-- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c | 4 - drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c | 10 +- drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 12 +-- drivers/staging/lustre/lustre/ldlm/ldlm_resource.c | 20 ++-- drivers/staging/lustre/lustre/lov/lov_obd.c | 6 - drivers/staging/lustre/lustre/obdclass/cl_page.c | 4 - .../staging/lustre/lustre/obdclass/obd_config.c | 2 9 files changed, 41 insertions(+), 121 deletions(-) -- Signature From mboxrd@z Thu Jan 1 00:00:00 1970 From: NeilBrown Date: Wed, 13 Dec 2017 14:15:54 +1100 Subject: [lustre-devel] [PATCH 00/13] Assorted lustre clean-ups Message-ID: <151313493380.27582.16490205348451477393.stgit@noble> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Oleg Drokin , James Simmons , Andreas Dilger , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, lustre-devel@lists.lustre.org This series includes a resend of some "list_entry" cleanup patches which now how better commit comments, and also includes some simplifications, removing unnecessary macros and code. Thanks, NeilBrown --- NeilBrown (12): staging: lustre: use list_last_entry to simplify fld_cache_shrink staging: lustre: ldlm: use list_for_each_entry in ldlm_extent_shift_kms() staging: lustre: ldlm: use list_first_entry in ldlm_lockd.c staging: lustre: ldlm: minor list_entry improvements in ldlm_request.c staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.c staging: lustre: lov: use list_for_each_entry in lov_obd.c staging: lustre: libcfs: simplify memory allocation. staging: lustre: libcfs: remove unused rounding functions. staging: lustre: libcfs: discard MKSTR() macro staging: lustre: libcfs: discard MAX_NUMERIC_VALUE staging: lustre: libcfs: discard KLASSERT() staging: lustre: libcfs: discard LASSERT_CHECKED .../lustre/include/linux/libcfs/libcfs_private.h | 91 +++----------------- drivers/staging/lustre/lustre/fld/fld_cache.c | 13 +-- drivers/staging/lustre/lustre/ldlm/ldlm_extent.c | 4 - drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c | 10 +- drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 12 +-- drivers/staging/lustre/lustre/ldlm/ldlm_resource.c | 20 ++-- drivers/staging/lustre/lustre/lov/lov_obd.c | 6 - drivers/staging/lustre/lustre/obdclass/cl_page.c | 4 - .../staging/lustre/lustre/obdclass/obd_config.c | 2 9 files changed, 41 insertions(+), 121 deletions(-) -- Signature