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:
99e772e
)
Fix uninitialized variable warning.
author
adilger
<adilger>
Tue, 25 Feb 2003 23:26:52 +0000
(23:26 +0000)
committer
adilger
<adilger>
Tue, 25 Feb 2003 23:26:52 +0000
(23:26 +0000)
lustre/extN/extN-san.diff
patch
|
blob
|
history
diff --git
a/lustre/extN/extN-san.diff
b/lustre/extN/extN-san.diff
index
c961c3f
..
4d0f277
100644
(file)
--- a/
lustre/extN/extN-san.diff
+++ b/
lustre/extN/extN-san.diff
@@
-49,7
+49,7
@@
+ handle_t *handle;
+ struct buffer_head bh_tmp;
+ int needed_blocks;
-+ int i, ret, ret2;
++ int i, ret
= 0
, ret2;
+
+ needed_blocks = extN_san_write_trans_blocks(nblocks);
+