Whamcloud - gitweb
LU-18034 build: compatibility updates for kernel 6.10 28/55728/3
authorShaun Tancheff <shaun.tancheff@hpe.com>
Mon, 15 Jul 2024 01:57:04 +0000 (08:57 +0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 8 Aug 2024 00:17:01 +0000 (00:17 +0000)
commite70a9747f0d2a4ea5bd529d4a645c6580da6b803
tree4ee16f03b7a4941b2564b978f0c7a8bca154354b
parent2f4a3f3b55fc8c01967319adf36e1cc70dd73720
LU-18034 build: compatibility updates for kernel 6.10

Braces required around trivial conditional statements that devolve
to a single semi-colon (;).

static modifier should be the first modifier used.

Use 'static inline' or 'inline' modifier at the front
of declaration if inline is to be used.

const int func(), const is discarded and should not be used.

Test-Parameters: trivial
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: Iff67ff589e3ffde522c3b5bc03b1ec6705c6fc5c
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55728
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/include/lu_object.h
lustre/include/lustre_net.h
lustre/lod/lod_pool.c
lustre/lov/lov_object.c
lustre/lov/lov_pool.c
lustre/mdc/mdc_request.c
lustre/obdclass/lprocfs_jobstats.c
lustre/ptlrpc/gss/gss_crypto.c
lustre/ptlrpc/lproc_ptlrpc.c