Remove unneeded D_NEEDMINOR.

This is only needed when using clonelists. This got remove in r238693.
This commit is contained in:
ed 2012-10-18 19:28:31 +00:00
parent 2b4f8b4cff
commit 1fb45e9f39

View File

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