Loading fs/io_uring.c +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ struct io_rings { /* * Number of completion events lost because the queue was full; * this should be avoided by the application by making sure * there are not more requests pending thatn there is space in * there are not more requests pending than there is space in * the completion queue. * * Written by the kernel, shouldn't be modified by the Loading Loading
fs/io_uring.c +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ struct io_rings { /* * Number of completion events lost because the queue was full; * this should be avoided by the application by making sure * there are not more requests pending thatn there is space in * there are not more requests pending than there is space in * the completion queue. * * Written by the kernel, shouldn't be modified by the Loading