]> git.baikalelectronics.ru Git - kernel.git/commit
fs/eventfd.c: make eventfd_ida static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 14 May 2019 22:45:22 +0000 (15:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2019 02:52:51 +0000 (19:52 -0700)
commit43655603e2d9189f0085d0378f4cfb3ef2fd4eda
tree0564ed86b32c566092d8640376037a202c6a5822
parent5cb5db9e460f0bcab43bdbc613a19c18f895087e
fs/eventfd.c: make eventfd_ida static

Fix sparse warning:

fs/eventfd.c:26:1: warning:
 symbol 'eventfd_ida' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/20190413142348.34716-1-yuehaibing@huawei.com
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/eventfd.c