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
This commit is contained in:
parent
f4364e44d0
commit
7c5dc571f8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user