zfs/lib/libzpool
Brian Behlendorf 1efb473f89 Add Hooks for Linux File Operations
The Linux specific file operations have all been located in the
file zpl_file.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.

This first zpl_* commit also includes a common zpl.h header with
minimal entries to register the Linux specific hooks.  In also
adds all the new zpl_* file to the Makefile.in.  This is not a
standalone commit, you required the following zpl_* commits.
2011-02-10 09:27:21 -08:00
..
Makefile.am Add Hooks for Linux File Operations 2011-02-10 09:27:21 -08:00
Makefile.in Add Hooks for Linux File Operations 2011-02-10 09:27:21 -08:00
kernel.c Fix block device-related issues in zdb. 2010-12-14 09:52:46 -08:00
taskq.c Fix Solaris thread dependency by using pthreads 2010-08-31 08:38:47 -07:00
util.c Fix gcc cast warnings 2010-08-27 15:33:32 -07:00