From a3e4ced1dda0cc4e1a963319db89aa611e6123fd Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 Jun 2004 17:36:34 +0000 Subject: [PATCH] - useless ASSERTs have been removed --- lustre/mds/handler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 3457863..3876cff 100644 --- 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) { -- 1.8.3.1