]> git.proxmox.com Git - mirror_spl.git/commit
SLES10 Fixes (part 8)
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2009 23:33:08 +0000 (16:33 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 May 2009 23:33:08 +0000 (16:33 -0700)
commit9593ef76d9ab2290a4fee7f97651dfa1f57185e6
treefcd8b5ecbe5fbcbe835f215596281f1d77d130ba
parent124ca8a5a98a5e64e6a221b5f30c48361dac6f24
SLES10 Fixes (part 8)
- Add compat_ioctl() handler, by default 64-bit SLES systems build 32-bit
  ELF binaries.  For the 32-bit binaries to pass ioctl information to a
  64-bit kernel a compatibility handler needs to be registered.  In our
  case no additional conversions are needed to convert 32-bit ioctl()
  commands to 64-bit commands so we can just call the default handler.
module/splat/splat-ctl.c