]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Make all allocations that are allowed to fail atomic, and surpress warnings
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 31 Jan 2012 10:04:53 +0000 (05:04 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Tue, 31 Jan 2012 10:04:53 +0000 (05:04 -0500)
commit92efb6e82c11e8f241b272aab152f21bbd83d125
tree15d7a63e1d9d041b070d4d408c6fbf31f2e2286e
parent39466fdf6c3ee5c8aaa378ae29a05caa61ae8154
Make all allocations that are allowed to fail atomic, and surpress warnings
about out-of-memory conditions, since they are not harmful.  Also, do not allow
DTrace allocations to access the emergency pools.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_util.c