From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933703AbcBZQgK (ORCPT ); Fri, 26 Feb 2016 11:36:10 -0500 Received: from smtp2.ccs.ornl.gov ([160.91.199.39]:35857 "EHLO smtp2.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933502AbcBZQgJ (ORCPT ); Fri, 26 Feb 2016 11:36:09 -0500 From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin Cc: Linux Kernel Mailing List , Lustre Development List , James Simmons Subject: [PATCH v3 0/6] staging: lustre: update modinfo data Date: Fri, 26 Feb 2016 11:36:00 -0500 Message-Id: <1456504566-21176-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The module information for Lustre is stale or in some cases completely missing. This collection of patches brings the modinfo up to date as well as filling in any missing information. This patch set has been redone to rebase it on Oleg's latest patch set to avoid collisons in merging. Changelog: V1) Initial patch set based on last commit to staging c4e315884ed8524a4d4660bf4d9f37cfb750959a V2) Second patch set rebased on top of Oleg's outstanding patch to avoid a collisions with class_obd.c changes done in both patch sets. V3) Rebased this patch set to staging commit 2cda64cf6998a1d10961f69e2ac79c69b6d37795 now that the patches from Oleg that collide have now been merged Andreas Dilger (4): staging: lustre: add missing MODULE_AUTHOR for LNet selftest module staging: lustre: update the MODULE_DESCRIPTION for all lustre modules staging: lustre: make module_init/exit naming consistent staging: lustre: update comment for lnet_lib_init/exit James Simmons (2): staging: lustre: move module info to end of libcfs module.c file staging: lustre: update the MODULE_VERSION for all lustre modules .../staging/lustre/include/linux/libcfs/libcfs.h | 2 ++ .../staging/lustre/include/linux/lnet/lib-lnet.h | 4 ++-- drivers/staging/lustre/include/linux/lnet/types.h | 2 ++ .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 11 ++++++----- .../staging/lustre/lnet/klnds/socklnd/socklnd.c | 14 ++++++-------- drivers/staging/lustre/lnet/lnet/api-ni.c | 13 ++++++------- drivers/staging/lustre/lnet/lnet/module.c | 20 +++++++++----------- drivers/staging/lustre/lnet/selftest/module.c | 9 +++++---- drivers/staging/lustre/lustre/fid/fid_request.c | 12 ++++++------ drivers/staging/lustre/lustre/fld/fld_request.c | 11 ++++++----- drivers/staging/lustre/lustre/libcfs/module.c | 17 ++++++++--------- drivers/staging/lustre/lustre/llite/lloop.c | 7 ++++--- drivers/staging/lustre/lustre/llite/super25.c | 11 ++++++----- drivers/staging/lustre/lustre/lmv/lmv_obd.c | 3 ++- drivers/staging/lustre/lustre/lov/lov_obd.c | 2 +- drivers/staging/lustre/lustre/mdc/mdc_request.c | 1 + drivers/staging/lustre/lustre/mgc/mgc_request.c | 1 + drivers/staging/lustre/lustre/obdclass/class_obd.c | 12 ++++++------ .../staging/lustre/lustre/obdecho/echo_client.c | 4 ++-- .../staging/lustre/lustre/ptlrpc/ptlrpc_module.c | 2 +- 20 files changed, 82 insertions(+), 76 deletions(-)