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:
eb7257b
)
Remove variable that is only set but not used.
author
adilger
<adilger>
Sat, 26 Jul 2003 03:05:16 +0000
(
03:05
+0000)
committer
adilger
<adilger>
Sat, 26 Jul 2003 03:05:16 +0000
(
03:05
+0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
882f2c6
..
5e798d6
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-137,7
+137,6
@@
int ll_fill_super(struct super_block *sb, void *data, int silent)
struct ll_fid rootfid;
struct obd_statfs osfs;
struct ptlrpc_request *request = NULL;
- struct ptlrpc_connection *mdc_conn;
struct lustre_md md;
class_uuid_t uuid;
@@
-196,8
+195,6
@@
int ll_fill_super(struct super_block *sb, void *data, int silent)
sb->s_magic = LL_SUPER_MAGIC;
sb->s_maxbytes = PAGE_CACHE_MAXBYTES;
- mdc_conn = sbi2mdc(sbi)->cl_import->imp_connection;
-
obd = class_name2obd(osc);
if (!obd) {
CERROR("OSC %s: not setup or attached\n", osc);