Add Hooks for Linux Super Block Operations
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 26 Jan 2011 20:09:10 +0000 (12:09 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:21 +0000 (09:27 -0800)
commit51f0bbe425f7313a19ee54ccd3d67ed8ba686567
treecaab9776de577fbf5114204bd6d07fddc75418f1
parentee154f01bf0bdb5e85524c518c19964272d33cd9
Add Hooks for Linux Super Block Operations

The Linux specific super block operations have all been located in the
file zpl_super.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_super.c [new file with mode: 0644]