diff options
| author | Eric Paris <[email protected]> | 2012-04-02 17:15:44 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-04-03 16:49:10 +0000 |
| commit | 48c62af68a403ef1655546bd3e021070c8508573 (patch) | |
| tree | ba938e4fb45d5bdaad2dad44071d0625f8e36945 /lib/debugobjects.c | |
| parent | LSM: shrink sizeof LSM specific portion of common_audit_data (diff) | |
| download | kernel-48c62af68a403ef1655546bd3e021070c8508573.tar.gz kernel-48c62af68a403ef1655546bd3e021070c8508573.zip | |
LSM: shrink the common_audit_data data union
After shrinking the common_audit_data stack usage for private LSM data I'm
not going to shrink the data union. To do this I'm going to move anything
larger than 2 void * ptrs to it's own structure and require it to be declared
separately on the calling stack. Thus hot paths which don't need more than
a couple pointer don't have to declare space to hold large unneeded
structures. I could get this down to one void * by dealing with the key
struct and the struct path. We'll see if that is helpful after taking care of
networking.
Signed-off-by: Eric Paris <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions
