From 90668214d624e025f27b529f23101c92458f4b13 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 11 Aug 2006 20:26:03 +0000 Subject: [PATCH] mdd_attr_set(): kill unused code --- lustre/mdd/mdd_handler.c | 7 ------- 1 file changed, 7 deletions(-) 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); -- 1.8.3.1