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:
a5985b1
)
mdt_req_handle(): uninitialized info->mti_object (foudn by Mike)
author
nikita
<nikita>
Wed, 17 May 2006 17:44:59 +0000
(17:44 +0000)
committer
nikita
<nikita>
Wed, 17 May 2006 17:44:59 +0000
(17:44 +0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
1289d4a
..
9ea67d6
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-651,7
+651,7
@@
static int mdt_req_handle(struct mdt_thread_info *info,
} else
info->mti_object = obj;
} else
- result = PTR_ERR(
info->mti_object
);
+ result = PTR_ERR(
obj
);
} else {
CERROR("Can't unpack body\n");
result = -EFAULT;