git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a016df
)
tests: namemax on ISO devices is 255
1.0.68
author
Richard Jones
<rjones@trick.home.annexia.org>
Wed, 19 Aug 2009 16:51:40 +0000
(17:51 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Wed, 19 Aug 2009 16:51:40 +0000
(17:51 +0100)
Was 256 for the old squashfs device.
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
de7a75f
..
a371ffd
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-1669,7
+1669,7
@@
This is the same as the C<lstat(2)> system call.");
("statvfs", (RStruct ("statbuf", "statvfs"), [Pathname "path"]), 54, [],
[InitISOFS, Always, TestOutputStruct (
- [["statvfs"; "/"]], [CompareWithInt ("namemax", 25
6
)])],
+ [["statvfs"; "/"]], [CompareWithInt ("namemax", 25
5
)])],
"get file system statistics",
"\
Returns file system statistics for any mounted file system.