lkml.org 
[lkml]   [2015]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/9] Remove wrapper function and tidy up the code
Date
This patchset removes an unnecessary wrapper function and replaces all
its calls in different files with the standard function that it wrapped.
Also, one patch removes its prototype.
After applying this patch, code becomes cleaner.

Shivani Bhardwaj (9):
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
Staging: lustre: symlink: Substitute standard function
Staging: lustre: llite_nfs: Replace with standard function
Staging: lustre: llite_close: Substitute function calls
Staging: lustre: llite_lib: Remove wrapper function
Staging: lustre: llite_internal: Remove function prototype

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



\
 
 \ /
  Last update: 2015-11-07 09:01    [W:0.234 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site