fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGS
authorVlastimil Babka <vbabka@suse.cz>
Tue, 23 Jan 2024 16:05:35 +0000 (17:05 +0100)
committerMike Marshall <hubcap@omnibond.com>
Wed, 14 Feb 2024 20:54:50 +0000 (15:54 -0500)
commit3635d000f04b709c575bfbe5c6d1f0e1c0135fa1
tree99d8e58a14d6a432df27a76de4c4201963754691
parent841c35169323cd833294798e58b9bf63fa4fa1de
fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGS

The flags were set to SLAB_RED_ZONE when CONFIG_DEBUG_SLAB was enabled.
With SLAB gone, this is now dead code so remove it. With SLUB, debugging
options including red zoning can be set for orangefs caches by the
slab_debug boot parameter.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/orangefs-cache.c
fs/orangefs/orangefs-kernel.h
fs/orangefs/super.c