Remove Solaris VFS Hooks
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 5 Jan 2011 22:46:59 +0000 (14:46 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:20 +0000 (09:27 -0800)
commit4b3f12ecd5a641b182609d7fe78313d53f6e8976
tree054cba86ceb3800b221677d97250d543ce6374fd
parent960e08fe3e2cdf5217996b9f42a01f7e20f2b97a
Remove Solaris VFS Hooks

The ZFS code is being restructured to act as a library and a stand
alone module.  This allows us to leverage most of the existing code
with minimal modification.  It also means we need to drop the Solaris
vfs/vnode functions they will be replaced by Linux equivilants and
updated to be Linux friendly.
module/zfs/zfs_ctldir.c
module/zfs/zfs_vfsops.c
module/zfs/zfs_znode.c