blkid: add support for nilfs2
function old new delta volume_id_probe_nilfs - 99 +99 fs2 52 56 +4 Signed-off-by: Sven-Göran Bergh <svengbergh-busybox@yahoo.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
8019b3a7ae
commit
c5a9fa2d2a
@@ -130,6 +130,9 @@ static const probe_fptr fs2[] = {
|
||||
#if ENABLE_FEATURE_VOLUMEID_UFS
|
||||
volume_id_probe_ufs,
|
||||
#endif
|
||||
#if ENABLE_FEATURE_VOLUMEID_NILFS
|
||||
volume_id_probe_nilfs,
|
||||
#endif
|
||||
#if ENABLE_FEATURE_VOLUMEID_NTFS
|
||||
volume_id_probe_ntfs,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user