Remove zfs_major/zfs_minor/zfsfstype
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 6 Jan 2011 00:24:57 +0000 (16:24 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:20 +0000 (09:27 -0800)
commitc0b3dc7d0797ce2d08df7e07fff15298e957270c
treeaf85a0bce5e38a31405da1137d6b2e418a357d56
parent4b3f12ecd5a641b182609d7fe78313d53f6e8976
Remove zfs_major/zfs_minor/zfsfstype

Under Linux we don't need to reserve a major or minor number for
the filesystem.  We can rely on the VFS to handle colisions without
this being handled by the lower ZFS layers.

Additionally, there is no need to keep a zfsfstype around.  We are
not limited on Linux by the OpenSolaris infrastructure which needed
this.  The upper zpl layer can specify the filesystem type.
module/zfs/zfs_vfsops.c