OSDN Git Service

fs-verity: remove unnecessary extern keywords
authorEric Biggers <ebiggers@google.com>
Mon, 11 May 2020 19:21:18 +0000 (12:21 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 12 May 2020 23:44:00 +0000 (16:44 -0700)
commit9cd6b593cfc9eaa476c9a3fa768b08bca73213d0
tree88c7dafda27184d521abadf43dec590fb80fa10f
parent6377a38bd345b7f3b664c43ebb647ae55c1166e4
fs-verity: remove unnecessary extern keywords

Remove the unnecessary 'extern' keywords from function declarations.
This makes it so that we don't have a mix of both styles, so it won't be
ambiguous what to use in new fs-verity patches.  This also makes the
code shorter and matches the 'checkpatch --strict' expectation.

Link: https://lore.kernel.org/r/20200511192118.71427-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/verity/fsverity_private.h
include/linux/fsverity.h