commit | a087e2b519929152fdde8299457e32d5a8994a7c | [log] [tgz] |
---|---|---|
author | Bijan Mottahedeh <bijan.mottahedeh@oracle.com> | Tue Jun 16 16:36:07 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 21 20:44:00 2020 -0600 |
tree | a8f41557a8de68768ce7441588b74a6cd5e077c6 | |
parent | a31eb4a2f1650fa578082ad9e9845487ecd90abe [diff] |
io_uring: add wrappers for memory accounting Facilitate separation of locked memory usage reporting vs. limiting for upcoming patches. No functional changes. Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com> [axboe: kill unnecessary () around return in io_account_mem()] Signed-off-by: Jens Axboe <axboe@kernel.dk>