From 1fb45e9f39b637d5b55bf144f243d50b19988a48 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 18 Oct 2012 19:28:31 +0000 Subject: Remove unneeded D_NEEDMINOR. This is only needed when using clonelists. This got remove in r238693. --- sys/fs/fuse/fuse_device.c | 1 - 1 file changed, 1 deletion(-) 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, }; /**************************** -- cgit v1.1