[PATCH] blkid: fix typo filesystem name nilfs to nilfs2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The correct filesystem name is nilfs2, not nilfs.

Signed-off-by: Jiro SEKIBA <jir@xxxxxxxxx>
---
 shlibs/blkid/src/superblocks/nilfs.c  |    2 +-
 tests/expected/blkid/low-probe-nilfs2 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shlibs/blkid/src/superblocks/nilfs.c b/shlibs/blkid/src/superblocks/nilfs.c
index c7aba35..bf16918 100644
--- a/shlibs/blkid/src/superblocks/nilfs.c
+++ b/shlibs/blkid/src/superblocks/nilfs.c
@@ -104,7 +104,7 @@ static int probe_nilfs2(blkid_probe pr, const struct blkid_idmag *mag)
 
 const struct blkid_idinfo nilfs2_idinfo =
 {
-	.name		= "nilfs",
+	.name		= "nilfs2",
 	.usage		= BLKID_USAGE_FILESYSTEM,
 	.probefunc	= probe_nilfs2,
 	.magics		=
diff --git a/tests/expected/blkid/low-probe-nilfs2 b/tests/expected/blkid/low-probe-nilfs2
index bfd8fcd..c6c9cab 100644
--- a/tests/expected/blkid/low-probe-nilfs2
+++ b/tests/expected/blkid/low-probe-nilfs2
@@ -1,6 +1,6 @@
 ID_FS_LABEL=test-nilfs2
 ID_FS_LABEL_ENC=test-nilfs2
-ID_FS_TYPE=nilfs
+ID_FS_TYPE=nilfs2
 ID_FS_USAGE=filesystem
 ID_FS_UUID=524025fb-6d31-40e6-baad-1db36cfdf806
 ID_FS_UUID_ENC=524025fb-6d31-40e6-baad-1db36cfdf806
-- 
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux