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:
93fa75e
)
Quiet uninitialized variable warning.
author
adilger
<adilger>
Fri, 11 Oct 2002 17:37:13 +0000
(17:37 +0000)
committer
adilger
<adilger>
Fri, 11 Oct 2002 17:37:13 +0000
(17:37 +0000)
lustre/llite/file.c
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
c0a2429
..
ede0683
100644
(file)
--- a/
lustre/llite/file.c
+++ b/
lustre/llite/file.c
@@
-63,7
+63,7
@@
static int ll_file_open(struct inode *inode, struct file *file)
struct lov_stripe_md *lsm = NULL;
struct ll_sb_info *sbi = ll_i2sbi(inode);
struct ll_inode_info *lli = ll_i2info(inode);
- int rc;
+ int rc
= 0
;
ENTRY;
LASSERT(!file->private_data);