aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/basic
diff options
context:
space:
mode:
authorGu Zheng <guz.fnst@cn.fujitsu.com>2013-11-04 18:21:05 +0800
committerBen Myers <bpm@sgi.com>2013-11-06 16:31:27 -0600
commit359d992bcd398273637cd9edde10afca953783c4 (patch)
treebfe6012116dc8b8d59d16bc517d0c94fa24abae9 /scripts/basic
parentxfs: add tracepoints to AGF/AGI read operations (diff)
downloadlinux-359d992bcd398273637cd9edde10afca953783c4.tar.gz
linux-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 <guz.fnst@cn.fujitsu.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
00'>2005-04-19[NET]: skbuff: remove old NET_CALLER macroStephen Hemminger3-16/+5 2005-04-19[RTNETLINK]: Add comma to final entry in link_rtnetlink_tableDavid S. Miller1-1/+1 2005-04-19[RTNETLINK]: Protocol family wildcard dumping for routing rulesThomas Graf1-1/+2 2005-04-19[IPV6]: Replace bogus instances of inet->recverrHerbert Xu2-5/+3 2005-04-19[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memoryHerbert Xu3-13/+130 2005-04-19[IPV6]: Fix a branch predictionYOSHIFUJI Hideaki1-1/+1 2005-04-19[NET]: Shave sizeof(ptr) bytes off dst_entryHerbert Xu1-3/+2 2005-04-19[PATCH] freepgt: remove FIRST_USER_ADDRESS hackHugh Dickins1-5/+0 2005-04-19[PATCH] freepgt: arch FIRST_USER_ADDRESS 0Hugh Dickins20-21/+21 2005-04-19[PATCH] freepgt: arm26 FIRST_USER_ADDRESS PAGE_SIZEHugh Dickins2-5/+11 2005-04-19[PATCH] freepgt: arm FIRST_USER_ADDRESS PAGE_SIZEHugh Dickins2-9/+9 2005-04-19[PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NRHugh Dickins1-3/+0 2005-04-19[PATCH] freepgt: free_pgtables from FIRST_USER_ADDRESSHugh Dickins1-3/+8 2005-04-19[PATCH] freepgt: hugetlb area is cleanHugh Dickins2-46/+2 2005-04-19[PATCH] freepgt: mpnt to vma cleanupHugh Dickins1-18/+17 2005-04-19[PATCH] freepgt: remove arch pgd_addr_endHugh Dickins3-46/+3 2005-04-19[PATCH] freepgt: hugetlb_free_pgd_rangeHugh Dickins8-38/+65 2005-04-19[PATCH] freepgt: remove MM_VM_SIZE(mm)Hugh Dickins6-39/+18 2005-04-19[PATCH] freepgt: free_pgtables use vma listHugh Dickins5-155/+141 2005-04-18[PATCH] aoe 12/12: send outgoing packets in orderecashin@coraid.com3-12/+21 2005-04-18[PATCH] aoe 11/12: add support for disk statisticsecashin@coraid.com3-0/+16