blkid: add bcache support

URL: https://bugs.gentoo.org/508596
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2015-12-16 14:42:25 -05:00
parent 5f11ec3f6a
commit e0942acb9e
3 changed files with 115 additions and 0 deletions

View File

@ -107,6 +107,9 @@ static const probe_fptr fs1[] = {
#if ENABLE_FEATURE_VOLUMEID_XFS
volume_id_probe_xfs,
#endif
#if ENABLE_FEATURE_VOLUMEID_BCACHE
volume_id_probe_bcache,
#endif
};
/* fill buffer with maximum */