Add a missing ~ when clearing flags in close.
PR: 35392
This commit is contained in:
parent
d0e42032d9
commit
5b7d2d4aca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user