Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a850e5c
)
Fix warning.
author
shaver
<shaver>
Thu, 18 Sep 2003 19:26:39 +0000
(19:26 +0000)
committer
shaver
<shaver>
Thu, 18 Sep 2003 19:26:39 +0000
(19:26 +0000)
lustre/tests/ll_sparseness_verify.c
patch
|
blob
|
history
diff --git
a/lustre/tests/ll_sparseness_verify.c
b/lustre/tests/ll_sparseness_verify.c
index
3123960
..
568a1f3
100644
(file)
--- a/
lustre/tests/ll_sparseness_verify.c
+++ b/
lustre/tests/ll_sparseness_verify.c
@@
-169,7
+169,6
@@
int verify(char *filename, unsigned int *offsets, int O_number)
unsigned int size;
int fd;
struct stat Fstat;
- int focus = 0;
status = stat(filename, &Fstat);
if (status == -1) {