aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2014-09-29 19:42:15 -0400
committerBrian Behlendorf <[email protected]>2014-10-17 15:07:28 -0700
commit3a9253056345e27cd79433a52a63929d6bef907b (patch)
tree07546a099687a3ab0575155996b23419ebd7862f /man
parent0cb3dafccdffd00167275416730332cd5570a07a (diff)
Update code to use misc_register()/misc_deregister()
When the SPL was originally written it was designed to use the device_create() and device_destroy() functions. Unfortunately, these functions changed considerably over the years making them difficult to rely on. As it turns out a better choice would have been to use the misc_register()/misc_deregister() functions. This interface for registering character devices has remained stable, is simple, and provides everything we need. Therefore the code has been reworked to use this interface. The higher level ZFS code has always depended on these same interfaces so this is also as a step towards minimizing our kernel dependencies. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions