From 31aee9225032e364fcd3075f37009f9ff862ac26 Mon Sep 17 00:00:00 2001 From: huanghua Date: Fri, 30 Jun 2006 15:45:20 +0000 Subject: [PATCH] remove a debug stub. --- lustre/mdt/mdt_handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 193758e..61800c4 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -184,7 +184,6 @@ static int mdt_getattr_pack_msg(struct mdt_thread_info *info) struct lu_attr *la = &info->mti_attr; int rc; ENTRY; - RETURN(-EROFS); rc = mo_attr_get(info->mti_ctxt, next, la); if (rc){ -- 1.8.3.1