]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: lustre: ptlrpc: layout: Declare as static
authorShraddha Barke <shraddha.6596@gmail.com>
Sun, 4 Oct 2015 07:30:12 +0000 (13:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 08:59:35 +0000 (09:59 +0100)
commit98e0a2881878dca4dbd4e9104c8153871d824ee4
tree6f784773afc3ac5a5760ffa6fee103073a679f64
parent4ed50b03160b3435006cba231afd60dffdd1ffb0
Staging: lustre: ptlrpc: layout: Declare as static

Declare req_capsule_init_area and req_capsule_field_present as static
since they are used only in this particular file. Also remove the
corresponding declarations from header files.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_req_layout.h
drivers/staging/lustre/lustre/ptlrpc/layout.c