diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-20 23:30:15 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-20 23:30:15 +0000 |
commit | 4e62fd4104e968a4ee224117e266720f2ec7afbb (patch) | |
tree | dc12cc57762c129b02f0a64d7c54cd585111f3bf /modules/spl/Makefile.in | |
parent | e4f1d29f89b70a06197f86640c9544ffff07920b (diff) |
OK, a first reasonable attempt at a solaris module/chdev shim layer.
This should handle the absolute minimum I need for ZFS. It will
register the chdev with the right callbacks. Then the generic
registered linux callback will find the right registered solaris
callback for the function and munge the args just right before
passing it on. Should work, but untested (just compiled), so I
expect bugs.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@52 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'modules/spl/Makefile.in')
-rw-r--r-- | modules/spl/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/spl/Makefile.in b/modules/spl/Makefile.in index 1005d100b..bcc25be97 100644 --- a/modules/spl/Makefile.in +++ b/modules/spl/Makefile.in @@ -17,6 +17,7 @@ spl-objs += spl-vnode.o spl-objs += spl-err.o spl-objs += spl-time.o spl-objs += spl-kobj.o +spl-objs += spl-module.o spl-objs += spl-generic.o splmodule := spl.ko |