projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baafb02
)
btrfs-convert: fix typo: 'all inode' -> 'all inodes'
author
Sergei Trofimovich
<slyfox@gentoo.org>
Sat, 4 Jun 2011 08:19:17 +0000
(11:19 +0300)
committer
Chris Mason
<chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:58 +0000
(09:18 -0400)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
convert.c
patch
|
blob
|
history
diff --git
a/convert.c
b/convert.c
index
fbcf4a3
..
291dc27
100644
(file)
--- a/
convert.c
+++ b/
convert.c
@@
-1120,7
+1120,7
@@
fail:
return ret;
}
/*
- * scan ext2's inode bitmap and copy all used inode.
+ * scan ext2's inode bitmap and copy all used inode
s
.
*/
static int copy_inodes(struct btrfs_root *root, ext2_filsys ext2_fs,
int datacsum, int packing, int noxattr)