bcachefs: fix typo in reference to BCACHEFS_DEBUG
authorLukas Bulwahn <lbulwahn@redhat.com>
Thu, 11 Apr 2024 08:29:31 +0000 (10:29 +0200)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 8 May 2024 21:29:19 +0000 (17:29 -0400)
commitd434c2398fe30c8e7d8784410c0a9273af0f2f79
tree626893a3174b208ce2392b203ab123de33ca29f1
parentaf3b39b4c64198a08271485c6c2214ff637c3cbd
bcachefs: fix typo in reference to BCACHEFS_DEBUG

Commit ec9cc18fc2e6 ("bcachefs: Add checks for invalid snapshot IDs")
intends to check the sanity of a snapshot and panic when
BCACHEFS_DEBUG is set, but that conditional has a typo.

Fix the typo to refer to the actual existing Kconfig symbol.

This was found with ./scripts/checkkconfigsymbols.py.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/snapshot.h