ZFS uses a few functions from the kernel XDR library. However, this pulls
all of kernel RPC as dependency.
- Use separate malloc type for XDR allocations.
- Split krpc.ko into krpc.ko and xdr.ko
- Make zfs.ko depend on xdr.ko only.
Need a nod from NFS maintainer as main consumer of RPC and from any
ZFS expert.