diff options
| author | Gu Zheng <[email protected]> | 2013-11-04 10:21:05 +0000 |
|---|---|---|
| committer | Ben Myers <[email protected]> | 2013-11-06 22:31:27 +0000 |
| commit | 359d992bcd398273637cd9edde10afca953783c4 (patch) | |
| tree | bfe6012116dc8b8d59d16bc517d0c94fa24abae9 /drivers/pci/hotplug/ibmphp.h | |
| parent | xfs: add tracepoints to AGF/AGI read operations (diff) | |
| download | kernel-359d992bcd398273637cd9edde10afca953783c4.tar.gz kernel-359d992bcd398273637cd9edde10afca953783c4.zip | |
xfs: simplify kmem_{zone_}zalloc
Introduce flag KM_ZERO which is used to alloc zeroed entry, and convert
kmem_{zone_}zalloc to call kmem_{zone_}alloc() with KM_ZERO directly,
in order to avoid the setting to zero step.
And following Dave's suggestion, make kmem_{zone_}zalloc static inline
into kmem.h as they're now just a simple wrapper.
V2:
Make kmem_{zone_}zalloc static inline into kmem.h as Dave suggested.
Signed-off-by: Gu Zheng <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
0 files changed, 0 insertions, 0 deletions
