From: nikita Date: Fri, 11 Aug 2006 20:26:03 +0000 (+0000) Subject: mdd_attr_set(): kill unused code X-Git-Tag: v1_8_0_110~486^2~1203 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=90668214d624e025f27b529f23101c92458f4b13;p=fs%2Flustre-release.git mdd_attr_set(): kill unused code --- diff --git a/lustre/mdd/mdd_handler.c b/lustre/mdd/mdd_handler.c index ab0bf01..8f53acf 100644 --- a/lustre/mdd/mdd_handler.c +++ b/lustre/mdd/mdd_handler.c @@ -519,13 +519,6 @@ static int mdd_attr_set(const struct lu_context *ctxt, } /* XXX: llog cancel cookie? */ - /* - * XXX: Hmmm... what is this? attr_get in attr_set? - */ - /* - if (rc == 0) - rc = mdd_attr_get(ctxt, obj, ma); - */ mdd_unlock(ctxt, mdo, DT_WRITE_LOCK); mdd_trans_stop(ctxt, mdd, handle);