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

. guess-functions

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

guess_module bcache
guess_feature bcache
