Make sure we are incrementing the read count for each audit pipe read.
MFC after: 1 week
This commit is contained in:
parent
e71f249b66
commit
4777d3f98a
@ -934,6 +934,7 @@ audit_pipe_read(struct cdev *dev, struct uio *uio, int flag)
|
||||
audit_pipe_entry_free(ape);
|
||||
ap->ap_truncates++;
|
||||
} while (1);
|
||||
ap->ap_reads++;
|
||||
mtx_unlock(&audit_pipe_mtx);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user