Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751339AbbKGJuo (ORCPT ); Sat, 7 Nov 2015 04:50:44 -0500 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36325 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbbKGJuh (ORCPT ); Sat, 7 Nov 2015 04:50:37 -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/5] Remove wrappers from statahead Date: Sat, 7 Nov 2015 15:19:43 +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: 1030 Lines: 24 This patchset removes unnecessary wrapper functions as the purpose of clarifying the job of function is still served by the arguments in wrapped functions. Hence, all the calls to wrapper functions are replaced by the standard function they wrapped. After applying this patch, code becomes cleaner. Shivani Bhardwaj (5): Staging: lustre: statahead: Remove ll_sa_entry_unhashed wrapper Staging: lustre: statahead: Remove sa_first_received_entry wrapper Staging: lustre: statahead: Remove agl_first_entry wrapper Staging: lustre: statahead: Remove sa_received_empty wrapper Staging: lustre: statahead: Remove agl_list_empty wrapper drivers/staging/lustre/lustre/llite/statahead.c | 76 ++++++++++--------------- 1 file changed, 31 insertions(+), 45 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/