]> git.proxmox.com Git - mirror_zfs.git/commit
Remove znode move functionality
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jan 2011 20:40:30 +0000 (12:40 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:21:42 +0000 (09:21 -0800)
commit5649246dd3ba02041c83f7bab1c19c5815f9b771
treeab5c158d5b1ea65aa4d31fe6c4d5df0cde65038e
parentf30484afc32b6040a15fabfc697cfb76116e468f
Remove znode move functionality

Unlike Solaris the Linux implementation embeds the inode in the
znode, and has no use for a vnode.  So while it's true that fragmention
of the znode cache may occur it should not be worse than any of the
other Linux FS inode caches.  Until proven that this is a problem it's
just added complexity we don't need.
module/zfs/zfs_znode.c