mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 13:29:17 -04:00
staging: lustre: ldlm: Do not export static function
Remove the export symbol for static function.
The semantic patch used to find this is:
// <smpl>
@r@
type T;
identifier f;
@@
static T f (...) { ... }
@@
identifier r.f;
declarer name EXPORT_SYMBOL;
@@
-EXPORT_SYMBOL(f);
// </smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
92d354cbe9
commit
5860be3f70
@@ -1005,7 +1005,6 @@ static int ldlm_pools_recalc(ldlm_side_t client)
|
||||
}
|
||||
return time;
|
||||
}
|
||||
EXPORT_SYMBOL(ldlm_pools_recalc);
|
||||
|
||||
static int ldlm_pools_thread_main(void *arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user