Add a missing ~ when clearing flags in close.

PR: 35392
This commit is contained in:
Søren Schmidt 2003-05-05 10:11:17 +00:00
parent 28e257139a
commit b4074fb04d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114728

View file

@ -280,7 +280,7 @@ astclose(dev_t dev, int flags, int fmt, struct thread *td)
if (stp->cap.lock && count_dev(dev) == 1)
ast_prevent_allow(stp, 0);
stp->flags &= F_CTL_WARN;
stp->flags &= ~F_CTL_WARN;
#ifdef AST_DEBUG
ata_prtdev(stp->device, "%ju total bytes transferred\n",
(uintmax_t)ast_total);