#!/bin/bash -efu
# SPDX-License-Identifier: GPL-3.0-or-later

[ -d "$SYSFS_PATH$1"/bcache ] ||
	exit 0

. guess-functions

guess_module bcache
guess_feature bcache
