diff options
author | Brian Behlendorf <[email protected]> | 2009-05-21 10:56:11 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-05-21 10:56:11 -0700 |
commit | e554dffa6031a2cf37537fc8451f757d5ae9e46f (patch) | |
tree | 0e2208716299f681ccaaa844c186809b8d8803c0 /module/splat/splat-vnode.c | |
parent | 9593ef76d9ab2290a4fee7f97651dfa1f57185e6 (diff) |
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.
Diffstat (limited to 'module/splat/splat-vnode.c')
-rw-r--r-- | module/splat/splat-vnode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/splat/splat-vnode.c b/module/splat/splat-vnode.c index 413651dac..e545ce9f1 100644 --- a/module/splat/splat-vnode.c +++ b/module/splat/splat-vnode.c @@ -27,7 +27,6 @@ #include "splat-internal.h" #include <linux/rcupdate.h> -#define SPLAT_SUBSYSTEM_VNODE 0x0900 #define SPLAT_VNODE_NAME "vnode" #define SPLAT_VNODE_DESC "Kernel Vnode Tests" |