volume_id: add f2fs detection
function old new delta volume_id_probe_f2fs - 98 +98 Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
a060a1ad96
commit
9369634167
@@ -138,6 +138,9 @@ static const probe_fptr fs2[] = {
|
||||
#if ENABLE_FEATURE_VOLUMEID_UFS
|
||||
volume_id_probe_ufs,
|
||||
#endif
|
||||
#if ENABLE_FEATURE_VOLUMEID_F2FS
|
||||
volume_id_probe_f2fs,
|
||||
#endif
|
||||
#if ENABLE_FEATURE_VOLUMEID_NILFS
|
||||
volume_id_probe_nilfs,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user