io_uring/rsrc: move user limits into features.h
authorJens Axboe <axboe@kernel.dk>
Tue, 26 Aug 2025 22:50:46 +0000 (16:50 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Aug 2025 22:50:46 +0000 (16:50 -0600)
commite7da79f4b576abd003840f7dcc62916af9f20331
tree05216864194fe7cb40ff87da945a5cdf9da75a0c
parentb6ab36152a596fa7cc64837b3e2f186cb5a793a9
io_uring/rsrc: move user limits into features.h

No functional changes, just moving the user limits on number of
registered files or buffers, and individual buffer size, into features.h
rather than have them local to rsrc.c.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/features.h
io_uring/rsrc.c