]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hfsplus: fix warning issue in inode.c
authorViacheslav Dubeyko <slava@dubeyko.com>
Thu, 29 Jan 2026 19:54:43 +0000 (11:54 -0800)
committerViacheslav Dubeyko <slava@dubeyko.com>
Thu, 29 Jan 2026 19:59:01 +0000 (11:59 -0800)
commit14b428cfba2d610c20cf0a5e00db10e95f4cbf88
tree7c86462d444770d9045ec6eed88f5d5fbfc0add8
parentaef5078471294e7a7a2d6b9da4988a6a3b7aff54
hfsplus: fix warning issue in inode.c

This patch fixes the sparse warning issue in inode.c
by adding static to hfsplus_symlink_inode_operations
and hfsplus_special_inode_operations declarations.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601291957.bunRsD8R-lkp@intel.com/
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
cc: Yangtao Li <frank.li@vivo.com>
cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20260129195442.594884-1-slava@dubeyko.com
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
fs/hfsplus/inode.c