Whamcloud - gitweb
LU-15619 osc: Remove oap_magic 13/46713/5
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 2 Mar 2022 00:14:03 +0000 (19:14 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 4 Oct 2022 19:34:57 +0000 (19:34 +0000)
commit721df28648c4b3faabce709abce7d55512edbeac
treed96791fe67546e32e35afb27516ac27645932fdf
parente82836f56ee7a9337a86ad0a32f19751024c7ec6
LU-15619 osc: Remove oap_magic

oap_magic exists only to debug init and allocation
failures, but is allocated for every page of memory, which
wastes a lot of memory for something we don't need
dedicated debug for.

Remove it.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I360e09676f7ba8c3e5296bdf75a6e7f75e91eadb
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/46713
Reviewed-by: Zhenyu Xu <bobijam@hotmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/include/lustre_osc.h
lustre/osc/osc_cache.c
lustre/osc/osc_page.c