Add a missing ~ when clearing flags in close.

PR: 35392
This commit is contained in:
sos 2003-05-05 10:11:17 +00:00
parent d0e42032d9
commit 5b7d2d4aca

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);