io_uring: mark io_uring_fops/io_op_defs as __read_mostly
authorJens Axboe <axboe@kernel.dk>
Thu, 3 Sep 2020 11:54:56 +0000 (05:54 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 02:32:33 +0000 (20:32 -0600)
commit738277adc81929b3e7c9b63fec6693868cc5f931
treee9a68c8829116d65e1bb694caa26c0622cd84845
parentaa06165de863a09bceebef65ecaf19294b26fd2e
io_uring: mark io_uring_fops/io_op_defs as __read_mostly

These structures are never written, move them appropriately.

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