Whamcloud - gitweb
LU-8191 llite: convert functions to static
authorTimothy Day <timday@amazon.com>
Thu, 28 Mar 2024 22:35:16 +0000 (15:35 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 30 Mar 2024 07:23:43 +0000 (07:23 +0000)
commit1aaf7af1bcc2a368c226b8db4320192a000a0572
tree841ff7f8ee308f9c0c0b612e243b8c8a727da9b8
parent16812282b5230d3bc2fefa3df8b9c6f2a63f7da6
LU-8191 llite: convert functions to static

Static analysis shows that a number of functions
could be made static. This patch declares several
functions in llite static.

Also, conserve more * in comments.

Lustre-change: https://review.whamcloud.com/51441
Lustre-commit: a586a2bbc37879dc22382793d1704e7708b80887

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Iafa3bb84de158e31b27b7784243bc15e78187f10
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54613
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/namei.c
lustre/llite/pcc.c
lustre/llite/rw.c
lustre/llite/vvp_dev.c