All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Declare functions and structures as static
@ 2015-10-01 17:29 Shraddha Barke
  2015-10-01 17:29 ` [PATCH 1/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_merge " Shraddha Barke
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Shraddha Barke @ 2015-10-01 17:29 UTC (permalink / raw)
  To: outreachy-kernel

These patches declare the functions and structures which are not
used anywhere else as static.


Shraddha Barke (6):
  Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_merge as static
  Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_free as static
  Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_expand as static
  Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_choose as static
  Staging: lustre: ptlrpc: Declare sptlrpc_req_replace_dead_ctx as
    static
  Staging: lustre: ptlrpc: Declare sptlrpc_parse_rule as static

 drivers/staging/lustre/lustre/include/lustre_sec.h | 11 ----------
 drivers/staging/lustre/lustre/ptlrpc/sec.c         |  3 +--
 drivers/staging/lustre/lustre/ptlrpc/sec_config.c  | 25 +++++++++-------------
 3 files changed, 11 insertions(+), 28 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-10-02  6:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 17:29 [PATCH 0/6] Declare functions and structures as static Shraddha Barke
2015-10-01 17:29 ` [PATCH 1/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_merge " Shraddha Barke
2015-10-01 17:29 ` [PATCH 2/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_free " Shraddha Barke
2015-10-01 17:29 ` [PATCH 3/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_expand " Shraddha Barke
2015-10-01 17:29 ` [PATCH 4/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_choose " Shraddha Barke
2015-10-02  4:57   ` [Outreachy kernel] " Sudip Mukherjee
2015-10-02  5:38     ` Shraddha Barke
2015-10-02  5:47       ` Sudip Mukherjee
2015-10-02  5:56         ` Shraddha Barke
2015-10-02  6:31           ` Sudip Mukherjee
2015-10-01 17:29 ` [PATCH 5/6] Staging: lustre: ptlrpc: Declare sptlrpc_req_replace_dead_ctx " Shraddha Barke
2015-10-01 17:29 ` [PATCH 6/6] Staging: lustre: ptlrpc: Declare sptlrpc_parse_rule " Shraddha Barke
2015-10-01 20:17 ` [Outreachy kernel] [PATCH 0/6] Declare functions and structures " Arnd Bergmann

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.