Remove D_TRACKCLOSE now that ksyms no longer has a close method.

Reported by:	jhb
X-MFC with:	r321963
This commit is contained in:
Mark Johnston 2017-08-03 05:55:01 +00:00
parent b9fe1d4f15
commit 069555390b

View File

@ -71,7 +71,7 @@ static d_mmap_single_t ksyms_mmap_single;
static struct cdevsw ksyms_cdevsw = {
.d_version = D_VERSION,
.d_flags = D_TRACKCLOSE,
.d_flags = 0,
.d_open = ksyms_open,
.d_read = ksyms_read,
.d_mmap_single = ksyms_mmap_single,