]> git.proxmox.com Git - mirror_spl-debian.git/commit
SLES10 Fixes (part 9)
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 21 May 2009 17:56:11 +0000 (10:56 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 21 May 2009 17:56:11 +0000 (10:56 -0700)
commite554dffa6031a2cf37537fc8451f757d5ae9e46f
tree0e2208716299f681ccaaa844c186809b8d8803c0
parent9593ef76d9ab2290a4fee7f97651dfa1f57185e6
SLES10 Fixes (part 9)
- Proper ioctl() 32/64-bit binary compatibility.  We need to ensure the
  ioctl data itself is always packed the same for 32/64-bit binaries.
  Additionally, the correct thing to do is encode this size in bytes
  as part of the command using _IOC_SIZE().
- Minor formatting changes to respect the 80 character limit.
- Move all SPLAT_SUBSYSTEM_* defines in to splat-ctl.h.
- Increase SPLAT_SUBSYSTEM_UNKNOWN because we were getting close
  to accidentally using it for a real registered subsystem.
16 files changed:
cmd/splat.c
include/splat-ctl.h
module/splat/splat-atomic.c
module/splat/splat-condvar.c
module/splat/splat-ctl.c
module/splat/splat-generic.c
module/splat/splat-kmem.c
module/splat/splat-kobj.c
module/splat/splat-list.c
module/splat/splat-mutex.c
module/splat/splat-random.c
module/splat/splat-rwlock.c
module/splat/splat-taskq.c
module/splat/splat-thread.c
module/splat/splat-time.c
module/splat/splat-vnode.c