Staging: lustre: ptlrpc: Remove EXPORT_SYMBOL for sptlrpc_rule_set_expand
Since sptlrpc_rule_set_expand is static, export symbol is not needed Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5860be3f70
commit
3e47e22203
1 changed files with 0 additions and 1 deletions
|
@ -257,7 +257,6 @@ static int sptlrpc_rule_set_expand(struct sptlrpc_rule_set *rset)
|
|||
rset->srs_nslot = nslot;
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(sptlrpc_rule_set_expand);
|
||||
|
||||
static inline int rule_spec_dir(struct sptlrpc_rule *rule)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue