commit | 99a1dec70d5acbd8c6b3928cdebb4a2d1da676c8 | [log] [tgz] |
---|---|---|
author | Mel Gorman <[email protected]> | Tue Jul 31 16:44:14 2012 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jul 31 18:42:46 2012 -0700 |
tree | ac61a8b479065fa3ed3fdddf17e91366dcddcea5 | |
parent | 183f6371aac2a5496a8ef2b0b0a68562652c3cdb [diff] |
net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket Introduce sk_gfp_atomic(), this function allows to inject sock specific flags to each sock related allocation. It is only used on allocation paths that may be required for writing pages back to network storage. [[email protected]: Use sk_gfp_atomic only when necessary] Signed-off-by: Peter Zijlstra <[email protected]> Signed-off-by: Mel Gorman <[email protected]> Acked-by: David S. Miller <[email protected]> Cc: Neil Brown <[email protected]> Cc: Mike Christie <[email protected]> Cc: Eric B Munson <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Sebastian Andrzej Siewior <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>