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:
d58ef22
)
-remove unused values
author
tappro
<tappro>
Sun, 10 Dec 2006 00:28:04 +0000
(
00:28
+0000)
committer
tappro
<tappro>
Sun, 10 Dec 2006 00:28:04 +0000
(
00:28
+0000)
lustre/mdt/mdt_open.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_open.c
b/lustre/mdt/mdt_open.c
index
52156cb
..
f6c81c2
100644
(file)
--- a/
lustre/mdt/mdt_open.c
+++ b/
lustre/mdt/mdt_open.c
@@
-337,11
+337,9
@@
static int mdt_mfd_open(struct mdt_thread_info *info,
{
struct ptlrpc_request *req = mdt_info_req(info);
struct mdt_export_data *med = &req->rq_export->exp_mdt_data;
- struct mdt_device *mdt = info->mti_mdt;
struct mdt_file_data *mfd;
struct mdt_body *repbody;
int rc = 0;
- struct list_head *t;
ENTRY;
repbody = req_capsule_server_get(&info->mti_pill, &RMF_MDT_BODY);