Remove unneeded D_NEEDMINOR.
This is only needed when using clonelists. This got remove in r238693.
This commit is contained in:
parent
2b4f8b4cff
commit
1fb45e9f39
@ -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,
|
||||
};
|
||||
|
||||
/****************************
|
||||
|
Loading…
Reference in New Issue
Block a user