From 71bfc145846dd103a0994f1ca822323c476f2d52 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 30 Jul 2004 18:08:56 +0000 Subject: [PATCH] b=3825 typo --- lustre/lvfs/llog_cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 1.8.3.1