smalloc: OOM fixups
authorJens Axboe <axboe@fb.com>
Sun, 25 Sep 2016 20:22:56 +0000 (14:22 -0600)
committerJens Axboe <axboe@fb.com>
Sun, 25 Sep 2016 20:22:56 +0000 (14:22 -0600)
commit81b3c86f086cb2340d1c5596202a307487216b21
tree1da4f3704da2fdd57fb6255365ae629606ef23e3
parent0e4a9bc81d0af7358f14a1c2a9bc3351f1b6a0b1
smalloc: OOM fixups

Warn directly in smalloc() instead of having the callers do it.
Add a hint on how to solve a situation where we run out of
shared memory.

Signed-off-by: Jens Axboe <axboe@fb.com>
diskutil.c
filesetup.c
flow.c
server.c
smalloc.c
workqueue.c