Whamcloud - gitweb
LU-4974 lod: Change pool_desc to "[lod|lov]_pool_desc" 14/11114/8
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Thu, 26 Oct 2023 16:42:11 +0000 (22:12 +0530)
committerOleg Drokin <green@whamcloud.com>
Wed, 8 Nov 2023 22:01:00 +0000 (22:01 +0000)
commit753e058b4ca2c5b68a0b10404e09888e68c174ab
treedd89d5cfea171f08288edce8d779887ac1efdc6d
parentcb5f92c0e38eaca4b76f17356ba6d7817c220f56
LU-4974 lod: Change pool_desc to "[lod|lov]_pool_desc"

This patch changes 'struct pool_desc' under lov and lod
to 'lov_pool_struct' and 'lod_pool_struct' respectively.
This is the first step to check if there is anything
common and can be unify. Although both layer uses
'struct pool_desc' to define the pool_desc struct
respectively. 'struct pool_desc' under lod has changed
and grown. Therefore to remove ambiguity, prefix lod/lov
is added to pool_desc struct for respective layer.

This patch also adds function description wherever
applicable

This patch also changes space/tabs reported by
checkpatch

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I3fee3f2e9c321145779d9177a8e4582d123f1e8d
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/11114
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
17 files changed:
lustre/lod/lod_internal.h
lustre/lod/lod_lov.c
lustre/lod/lod_pool.c
lustre/lod/lod_qos.c
lustre/lod/lproc_lod.c
lustre/lov/lov_dev.c
lustre/lov/lov_internal.h
lustre/lov/lov_io.c
lustre/lov/lov_lock.c
lustre/lov/lov_merge.c
lustre/lov/lov_obd.c
lustre/lov/lov_object.c
lustre/lov/lov_page.c
lustre/lov/lov_pool.c
lustre/lov/lovsub_dev.c
lustre/lov/lovsub_object.c
lustre/lov/lproc_lov.c