From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752184AbbKJEwM (ORCPT ); Mon, 9 Nov 2015 23:52:12 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36088 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751107AbbKJEwK (ORCPT ); Mon, 9 Nov 2015 23:52:10 -0500 From: Shivani Bhardwaj To: gregkh@linuxfoundation.org Cc: andreas.dilger@intel.com, oleg.drokin@intel.com, lustre-devel@lists.lustre.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: [PATCH v2 0/8] Remove wrapper function and clean up the code Date: Tue, 10 Nov 2015 10:21:00 +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 This patchset removes an unnecessary wrapper function, its prototype and replaces all its calls in different files with the standard function that it wraps. After applying this patch, code becomes cleaner. Changes in v2: Fix commit message and merge a patch Shivani Bhardwaj (8): Staging: lustre: dir: Replace function calls Staging: lustre: file: Replace function calls with standard function Staging: lustre: namei: Replace calls with kfree Staging: lustre: xattr_cache: Change function calls to kfree Staging: lustre: symlink: Substitute standard function Staging: lustre: llite_nfs: Replace function calls with kfree Staging: lustre: llite_close: Substitute function calls Staging: lustre: llite: Remove ll_finish_md_op_data wrapper drivers/staging/lustre/lustre/llite/dir.c | 14 ++++++------- drivers/staging/lustre/lustre/llite/file.c | 24 +++++++++++----------- drivers/staging/lustre/lustre/llite/llite_close.c | 2 +- .../staging/lustre/lustre/llite/llite_internal.h | 1 - drivers/staging/lustre/lustre/llite/llite_lib.c | 13 ++++-------- drivers/staging/lustre/lustre/llite/llite_nfs.c | 2 +- drivers/staging/lustre/lustre/llite/namei.c | 12 +++++------ drivers/staging/lustre/lustre/llite/symlink.c | 2 +- drivers/staging/lustre/lustre/llite/xattr_cache.c | 2 +- 9 files changed, 33 insertions(+), 39 deletions(-) -- 2.1.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shivani Bhardwaj Date: Tue, 10 Nov 2015 10:21:00 +0530 Subject: [lustre-devel] [PATCH v2 0/8] Remove wrapper function and clean up the code Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org This patchset removes an unnecessary wrapper function, its prototype and replaces all its calls in different files with the standard function that it wraps. After applying this patch, code becomes cleaner. Changes in v2: Fix commit message and merge a patch Shivani Bhardwaj (8): Staging: lustre: dir: Replace function calls Staging: lustre: file: Replace function calls with standard function Staging: lustre: namei: Replace calls with kfree Staging: lustre: xattr_cache: Change function calls to kfree Staging: lustre: symlink: Substitute standard function Staging: lustre: llite_nfs: Replace function calls with kfree Staging: lustre: llite_close: Substitute function calls Staging: lustre: llite: Remove ll_finish_md_op_data wrapper drivers/staging/lustre/lustre/llite/dir.c | 14 ++++++------- drivers/staging/lustre/lustre/llite/file.c | 24 +++++++++++----------- drivers/staging/lustre/lustre/llite/llite_close.c | 2 +- .../staging/lustre/lustre/llite/llite_internal.h | 1 - drivers/staging/lustre/lustre/llite/llite_lib.c | 13 ++++-------- drivers/staging/lustre/lustre/llite/llite_nfs.c | 2 +- drivers/staging/lustre/lustre/llite/namei.c | 12 +++++------ drivers/staging/lustre/lustre/llite/symlink.c | 2 +- drivers/staging/lustre/lustre/llite/xattr_cache.c | 2 +- 9 files changed, 33 insertions(+), 39 deletions(-) -- 2.1.0