lib/test_lockup.c: make test_inode static
authorJason Yan <yanaijie@huawei.com>
Thu, 4 Jun 2020 23:50:14 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:25 +0000 (19:06 -0700)
commit02223e36f315be7e647aa4fbb09a8f8b5a2fa43e
tree43a5bfca5732f1fb385f0506d1beed7e4d8aeea0
parent07887358993d48571f0f3a25cfce715564b35587
lib/test_lockup.c: make test_inode static

Fix the following sparse warning:

  lib/test_lockup.c:145:14: warning: symbol 'test_inode' was not declared.
  Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200417074021.46411-1-yanaijie@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/test_lockup.c