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:
099cba5
)
remove unused variable
author
jacob
<jacob>
Mon, 27 Jun 2005 23:54:51 +0000
(23:54 +0000)
committer
jacob
<jacob>
Mon, 27 Jun 2005 23:54:51 +0000
(23:54 +0000)
lustre/mds/mds_fs.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_fs.c
b/lustre/mds/mds_fs.c
index
329f900
..
9ab3066
100644
(file)
--- a/
lustre/mds/mds_fs.c
+++ b/
lustre/mds/mds_fs.c
@@
-529,7
+529,7
@@
int mds_fs_cleanup(struct obd_device *obd)
{
struct mds_obd *mds = &obd->u.mds;
struct lvfs_run_ctxt saved;
- int
i,
rc = 0;
+ int rc = 0;
if (obd->obd_fail)
CERROR("%s: shutting down for failover; client state will"