From: rread Date: Fri, 30 Jul 2004 18:08:56 +0000 (+0000) Subject: b=3825 X-Git-Tag: v1_7_100~2016 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=71bfc145846dd103a0994f1ca822323c476f2d52;p=fs%2Flustre-release.git b=3825 typo --- diff --git a/lustre/lvfs/llog_cat.c b/lustre/lvfs/llog_cat.c index 901a4a2..e797332 100644 --- a/lustre/lvfs/llog_cat.c +++ b/lustre/lvfs/llog_cat.c @@ -262,7 +262,7 @@ static struct llog_handle *llog_cat_current_log(struct llog_handle *cathandle, up_write(&cathandle->lgh_lock); RETURN(loghandle); } else { - down_write(&loghandle->lgh_lock); + up_write(&loghandle->lgh_lock); } }