From 93bbd4c8dae941edc0fb48502164908df1c79115 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Tue, 29 Jan 2002 02:49:15 +0000 Subject: [PATCH] Grr. The last commit contained update conflicts. It just goes to show that you should check the code even for a forced commit. Spotted by: dd --- sys/dev/vinum/vinumconfig.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index ec890b01d155..e1d7d0efeaae 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -99,13 +99,8 @@ throw_rude_remark(int error, char *msg,...) static int finishing; /* don't recurse */ int was_finishing; -<<<<<<< vinumconfig.c - if ((vinum_conf.flags & VF_LOCKED) == 0) /* bug catcher */ - panic ("throw_rude_remark: called without config lock"); -======= if ((vinum_conf.flags & VF_LOCKED) == 0) /* bug catcher */ panic ("throw_rude_remark: called without config lock"); ->>>>>>> 1.44 va_start(ap, msg); if ((ioctl_reply != NULL) /* we're called from the user */ &&(!(vinum_conf.flags & VF_READING_CONFIG))) { /* and not reading from disk: return msg */