From: Michael Jeanson Date: Sun, 23 Jan 2022 18:04:47 +0000 (-0500) Subject: fix: block: remove GENHD_FL_SUPPRESS_PARTITION_INFO (v5.17) X-Git-Tag: v2.12.8~8 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d059dbd1acbaf6533f97fe81fd3b1f4ea125354f;hp=d059dbd1acbaf6533f97fe81fd3b1f4ea125354f;p=lttng-modules.git fix: block: remove GENHD_FL_SUPPRESS_PARTITION_INFO (v5.17) See upstream commit : commit 3b5149ac50970669ee0ddb9629ec77ffd5c0622d Author: Christoph Hellwig Date: Mon Nov 22 14:06:21 2021 +0100 block: remove GENHD_FL_SUPPRESS_PARTITION_INFO This flag is not set directly anywhere and only inherited from GENHD_FL_HIDDEN. Just check for GENHD_FL_HIDDEN instead. Link: https://lore.kernel.org/r/20211122130625.1136848-11-hch@lst.de Change-Id: Ide92bdaaff7d16e96be23aaf00cebeaa601235b7 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---