From acf34f524d28fc51ac06dae6a1a6948d3e26bb68 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 Jan 2016 14:33:20 -0600 Subject: Fix blkid typo (label wasn't detected in murderfs). --- toys/other/blkid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other') diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 8aab8f74..2880812a 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -48,7 +48,7 @@ static const struct fstype fstypes[] = { {"jfs", 0x3153464a, 4, 32768, 32920, 16, 32904}, {"nilfs", 0x3434, 2, 1030, 1176, 80, 1192}, {"reiserfs", 0x724573496552ULL, 6, 8244, 8276, 16, 8292}, - {"reiserfs", 0x724573496552ULL, 6, 65588, 65620, 16, 65536}, + {"reiserfs", 0x724573496552ULL, 6, 65588, 65620, 16, 65636}, {"romfs", 0x2d6d6f72, 4, 0, 0,0,0}, {"squashfs", 0x73717368, 4, 0, 0,0,0}, {"xiafs", 0x012fd16d, 4, 572, 0,0,0}, -- cgit v1.2.3