summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJori Koolstra <jkoolstra@xs4all.nl>2026-05-28 20:58:47 +0300
committerChristian Brauner <brauner@kernel.org>2026-05-29 10:47:02 +0300
commit318643721de396012da102723f337f35ba7ec1e9 (patch)
tree2ef7c546bcb3dacc2f30289289003365f917d3cb /include/linux
parentf2f1dddccae50f7a1d088285c53c376e26cedf67 (diff)
downloadlinux-318643721de396012da102723f337f35ba7ec1e9.tar.xz
vfs: replace ints with enum last_type for LAST_XXX
Several functions in namei.c take an "int *type" parameter, such as filename_parentat(). To know what values this can take you have to find the anonymous struct that defines the LAST_XXX values. Define an enum last_type to make this type explicit. Signed-off-by: Jori Koolstra <jkoolstra@xs4all.nl> Link: https://patch.msgid.link/20260528175854.57626-2-jkoolstra@xs4all.nl Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions