]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/zpl_inode.c
Add Hooks for Linux Inode Operations
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 26 Jan 2011 20:08:24 +0000 (12:08 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:21 +0000 (09:27 -0800)
commitee154f01bf0bdb5e85524c518c19964272d33cd9
tree72a50271eedde689cf0bdba07fe775cb565929d3
parent1efb473f8919c5f195e127136b79c6d3b1eb1c81
Add Hooks for Linux Inode Operations

The Linux specific inode operations have all been located in the
file zpl_inode.c.  These functions primarily rely on the reworked
zfs_* functions to do their job.  They are also responsible for
converting the possible Solaris style error codes to negative
Linux errors.
module/zfs/zpl_inode.c [new file with mode: 0644]