]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vfs: remove externs from fs.h on functions modified by i_ino widening
authorJeff Layton <jlayton@kernel.org>
Sat, 7 Mar 2026 19:54:31 +0000 (14:54 -0500)
committerChristian Brauner <brauner@kernel.org>
Mon, 9 Mar 2026 10:25:30 +0000 (11:25 +0100)
commit9840bb66e7e5dffd72b03201318f154a10b06b4a
treec0f9b9e14d916b000dcdbbd43b23ea0f88873b44
parent998a59d371c2365e7e6c72125f254487d50cbbd5
vfs: remove externs from fs.h on functions modified by i_ino widening

Christoph says, in response to one of the patches in the i_ino widening
series, which changes the prototype of several functions in fs.h:

    "Can you please drop all these pointless externs while you're at it?"

Remove extern keyword from functions touched by that patch (and a few
that happened to be nearby). Also add missing argument names to
declarations that lacked them.

Suggested-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://patch.msgid.link/20260307-iino-u64-v2-1-a1a1696e0653@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/fs.h