diff options
author | Sven-Göran Bergh | 2013-01-14 02:21:41 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-01-14 02:21:41 +0100 |
commit | 6928d9f0495d814a08195d0e9805fd91cbb3d384 (patch) | |
tree | 7c70e4c9a721fcb0673b48907908c53d19737b21 /util-linux/volume_id/volume_id_internal.h | |
parent | 6967578728a3eef43b7b2be4080dafc1b87f528d (diff) | |
download | busybox-6928d9f0495d814a08195d0e9805fd91cbb3d384.zip busybox-6928d9f0495d814a08195d0e9805fd91cbb3d384.tar.gz |
volume_id: add squashfs detection
function old new delta
volume_id_probe_squashfs - 74 +74
fs1 12 16 +4
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/volume_id_internal.h')
-rw-r--r-- | util-linux/volume_id/volume_id_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/volume_id/volume_id_internal.h b/util-linux/volume_id/volume_id_internal.h index e26ebaa..3f02bd5 100644 --- a/util-linux/volume_id/volume_id_internal.h +++ b/util-linux/volume_id/volume_id_internal.h @@ -227,6 +227,8 @@ int FAST_FUNC volume_id_probe_reiserfs(struct volume_id *id /*,uint64_t off*/); int FAST_FUNC volume_id_probe_romfs(struct volume_id *id /*,uint64_t off*/); +int FAST_FUNC volume_id_probe_squashfs(struct volume_id *id /*,uint64_t off*/); + int FAST_FUNC volume_id_probe_sysv(struct volume_id *id /*,uint64_t off*/); int FAST_FUNC volume_id_probe_udf(struct volume_id *id /*,uint64_t off*/); |