Whamcloud - gitweb
b=3825
authorrread <rread>
Fri, 30 Jul 2004 18:08:56 +0000 (18:08 +0000)
committerrread <rread>
Fri, 30 Jul 2004 18:08:56 +0000 (18:08 +0000)
typo

lustre/lvfs/llog_cat.c

index 901a4a2..e797332 100644 (file)
@@ -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);
                 }
         }