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:
bcde98b
)
- useless ASSERTs have been removed
author
alex
<alex>
Tue, 29 Jun 2004 17:36:34 +0000
(17:36 +0000)
committer
alex
<alex>
Tue, 29 Jun 2004 17:36:34 +0000
(17:36 +0000)
lustre/mds/handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
3457863
..
3876cff
100644
(file)
--- a/
lustre/mds/handler.c
+++ b/
lustre/mds/handler.c
@@
-926,8
+926,6
@@
static int mds_getattr_name(int offset, struct ptlrpc_request *req,
rc = PTR_ERR(dparent);
GOTO(cleanup, rc);
}
- LASSERT(dparent != NULL);
- LASSERT(dparent->d_inode != NULL);
// The user requested ONLY the inode number, so do a raw lookup
rc = lustre_pack_reply(req, 1, &size, NULL);
if (rc) {