All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: lustre: Replace macros with static inline functions
@ 2015-10-21 21:18 Ksenija Stanojevic
  2015-10-21 21:19 ` [PATCH 1/3] Staging: lustre: Replace LPROCFS_CLIMP_CHECK with lprocfs_climp_check Ksenija Stanojevic
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ksenija Stanojevic @ 2015-10-21 21:18 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ksenija Stanojevic

Convert macros LPROCFS_CLIMP_CHECK and LPROCFS_CLIMP_EXIT into static
inline functions

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>

Ksenija Stanojevic (3):
  Staging: lustre: Replace LPROCFS_CLIMP_CHECK with lprocfs_climp_check
  Staging: lustre: Replace LPROCFS_CLIMP_EXIT with lprocfs_climp_exit
  Staging: lustre: Remove unused macros

 .../staging/lustre/lustre/include/lprocfs_status.h | 13 ------
 drivers/staging/lustre/lustre/include/obd_class.h  | 16 +++++++
 drivers/staging/lustre/lustre/mgc/mgc_request.c    |  8 +++-
 .../lustre/lustre/obdclass/lprocfs_status.c        | 50 ++++++++++++++++------
 .../staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c    | 22 +++++++---
 5 files changed, 74 insertions(+), 35 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-25  8:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 21:18 [PATCH 0/3] Staging: lustre: Replace macros with static inline functions Ksenija Stanojevic
2015-10-21 21:19 ` [PATCH 1/3] Staging: lustre: Replace LPROCFS_CLIMP_CHECK with lprocfs_climp_check Ksenija Stanojevic
2015-10-25  1:50   ` [Outreachy kernel] " Greg KH
2015-10-21 21:20 ` [PATCH 2/3] Staging: lustre: Replace LPROCFS_CLIMP_EXIT with lprocfs_climp_exit Ksenija Stanojevic
2015-10-25  1:51   ` [Outreachy kernel] " Greg KH
2015-10-21 21:21 ` [PATCH 3/3] Staging: lustre: Remove unused macros Ksenija Stanojevic
2015-10-25  1:51   ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.