svn commit: r241702 - head/sys/fs/fuse

Ed Schouten ed at FreeBSD.org
Thu Oct 18 19:28:32 UTC 2012


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,
 };
 
 /****************************


More information about the svn-src-head mailing list