user.c: make uidhash_table static
Jason Yan authored

Fix the following sparse warning:

  kernel/user.c:85:19: warning: symbol 'uidhash_table' was not declared.
  Should it be static?
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarJason Yan <yanaijie@huawei.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20200413082146.22737-1-yanaijie@huawei.com

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
de83dbd9
Name Last commit Last update
Documentation mm/debug: add tests validating architecture page table helpers
LICENSES LICENSES: Rename other to deprecated
arch powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()
block Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto crypto: engine - do not requeue in case of fatal error
drivers zcomp: Use ARRAY_SIZE() for backends list
fs proc: rename "catch" function argument
include include/linux/mm.h: return true in cpupid_pid_unset()
init Merge branch 'akpm' (patches from Andrew)
ipc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
kernel user.c: make uidhash_table static
lib mm/debug: add tests validating architecture page table helpers
mm mm: use false for bool variable
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
security mm: add kvfree_sensitive() for freeing sensitive data objects
sound Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
tools Merge branch 'akpm' (patches from Andrew)
usr kbuild: fix comment about missing include guard detection
virt Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
.clang-format block: add bio_for_each_bvec_all()
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.