aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorAkinobu Mita <[email protected]>2008-01-08 15:32:57 -0800
committerLinus Torvalds <[email protected]>2008-01-08 16:10:36 -0800
commitc51b1a160b63304720d49479986915e4c475a2cf (patch)
tree88de6d01e76ead9920a8b3113830715224af0970 /net/unix/sysctl_net_unix.c
parent0f94e87cdeaaac9f0f9a28a5dd2a5070b87cd3e8 (diff)
xip: fix get_zeroed_page with __GFP_HIGHMEM
The use of get_zeroed_page() with __GFP_HIGHMEM is invalid. Use alloc_page() with __GFP_ZERO instead of invalid get_zeroed_page(). (This patch is only compile tested) Cc: Carsten Otte <[email protected]> Signed-off-by: Akinobu Mita <[email protected]> Acked-by: Hugh Dickins <[email protected]> Acked-by: Carsten Otte <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions