mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-12 08:49:33 +00:00
btrfs-convert: fix typo: 'all inode' -> 'all inodes'
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
This commit is contained in:
parent
baafb020b7
commit
2acb6817c7
@ -1120,7 +1120,7 @@ fail:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* scan ext2's inode bitmap and copy all used inode.
|
* scan ext2's inode bitmap and copy all used inodes.
|
||||||
*/
|
*/
|
||||||
static int copy_inodes(struct btrfs_root *root, ext2_filsys ext2_fs,
|
static int copy_inodes(struct btrfs_root *root, ext2_filsys ext2_fs,
|
||||||
int datacsum, int packing, int noxattr)
|
int datacsum, int packing, int noxattr)
|
||||||
|
Loading…
Reference in New Issue
Block a user