commit | 2d4cae0d175acae2ea2efbc17b52b71d4ffd886d | [log] [tgz] |
---|---|---|
author | Mike Marshall <hubcap@omnibond.com> | Thu Feb 04 13:48:16 2016 -0500 |
committer | Mike Marshall <hubcap@omnibond.com> | Thu Feb 04 13:48:16 2016 -0500 |
tree | 754ff8b18dc325bf2e9c9b05a5e0d22d8683d640 | |
parent | 5090c9670de03511834bc894cfc9737e3d61a414 [diff] |
Orangefs: clean up slab allocation. A couple of caches were no longer needed: - iov_iter improvements to orangefs_devreq_write_iter eliminated the need for the dev_req_cache. - removal (months ago) of the old AIO code eliminated the need for the kiocb_cache. Also, deobfuscation of use of GFP_KERNEL when calling kmem_cache_(z)alloc for remaining caches. Signed-off-by: Mike Marshall <hubcap@omnibond.com>