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

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

Changes in v2-
 These patches are made against the latest staging-testing branch.
 

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 | 12 -----------
 drivers/staging/lustre/lustre/ptlrpc/sec.c         |  3 +--
 drivers/staging/lustre/lustre/ptlrpc/sec_config.c  | 25 +++++++++-------------
 3 files changed, 11 insertions(+), 29 deletions(-)

-- 
2.1.4



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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02  8:15 [PATCH v2 0/6] Declare functions and structures as static Shraddha Barke
2015-10-02  8:15 ` [PATCH v2 1/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_merge " Shraddha Barke
2015-10-02  8:49   ` [Outreachy kernel] " Vaishali Thakkar
2015-10-02  8:55     ` Shraddha Barke
2015-10-02  9:00       ` Vaishali Thakkar
2015-10-02  9:20       ` Greg KH
2015-10-02  8:15 ` [PATCH v2 2/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_free " Shraddha Barke
2015-10-02  8:15 ` [PATCH v2 3/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_expand " Shraddha Barke
2015-10-02  8:15 ` [PATCH v2 4/6] Staging: lustre: ptlrpc: Declare sptlrpc_rule_set_choose " Shraddha Barke
2015-10-02  8:15 ` [PATCH v2 5/6] Staging: lustre: ptlrpc: Declare sptlrpc_req_replace_dead_ctx " Shraddha Barke
2015-10-02  8:15 ` [PATCH v2 6/6] Staging: lustre: ptlrpc: Declare sptlrpc_parse_rule " Shraddha Barke

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.