mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-28 17:39:23 +03:00
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.
This commit is contained in:
@@ -83,5 +83,9 @@ $(MODULE)-objs += @top_srcdir@/module/zfs/zio_checksum.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zio_compress.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zio_inject.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zle.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zpl_file.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zpl_inode.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zpl_super.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zpl_xattr.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zrlock.o
|
||||
$(MODULE)-objs += @top_srcdir@/module/zfs/zvol.o
|
||||
|
||||
Reference in New Issue
Block a user