Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966217AbbKFRnL (ORCPT ); Fri, 6 Nov 2015 12:43:11 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35406 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751870AbbKFRnJ (ORCPT ); Fri, 6 Nov 2015 12:43:09 -0500 From: Shivani Bhardwaj To: gregkh@linuxfoundation.org Cc: oleg.drokin@intel.com, andreas.dilger@intel.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Remove wrapper functions from ldlm_pool Date: Fri, 6 Nov 2015 23:12:39 +0530 Message-Id: X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 771 Lines: 20 This patchset removes different wrapper functions from the file ldlm_pool and replaces their calls with the function they wrapped. After applying this patchset, code becomes cleaner. Shivani Bhardwaj (3): Staging: lustre: ldlm_pool: Remove unneeded wrapper function Staging: lustre: ldlm_pool: Drop wrapper function Staging: lustre: ldlm_pool: Drop unneeded wrapper function drivers/staging/lustre/lustre/ldlm/ldlm_pool.c | 47 +++++++++----------------- 1 file changed, 16 insertions(+), 31 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/