Author: ed Date: Thu Oct 18 19:28:31 2012 New Revision: 241702 URL: http://svn.freebsd.org/changeset/base/241702
Log: Remove unneeded D_NEEDMINOR. This is only needed when using clonelists. This got remove in r238693. Modified: head/sys/fs/fuse/fuse_device.c Modified: head/sys/fs/fuse/fuse_device.c ============================================================================== --- head/sys/fs/fuse/fuse_device.c Thu Oct 18 18:43:54 2012 (r241701) +++ head/sys/fs/fuse/fuse_device.c Thu Oct 18 19:28:31 2012 (r241702) @@ -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, }; /**************************** _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"