bcachefs: Fix printing of device durability
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 30 Dec 2023 00:16:14 +0000 (19:16 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 6 Jan 2024 04:24:19 +0000 (23:24 -0500)
commitf60250de329ae6dbf8aeb49ebb13bf0b79e86a1d
tree0a6e28e236c481105ba3b4da2eac1d405604631e
parent8feaebb0ae8882d688b4152c5d693e248d17e623
bcachefs: Fix printing of device durability

BCH_MEMBER_DURABILITY() was not present initially; a value of 0 means
use the default, nonzero means use v - 1.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/sb-members.c