summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/fuse/fuse_device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/fuse/fuse_device.c b/sys/fs/fuse/fuse_device.c
index 234c7e4..53f0cea 100644
--- a/sys/fs/fuse/fuse_device.c
+++ b/sys/fs/fuse/fuse_device.c
@@ -99,7 +99,6 @@ static struct cdevsw fuse_device_cdevsw = {
.d_read = fuse_device_read,
.d_write = fuse_device_write,
.d_version = D_VERSION,
- .d_flags = D_NEEDMINOR,
};
/****************************
OpenPOWER on IntegriCloud