Commit 3b58e9f
committed
Merge tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"Just two small fixes this time:
- Fix a bug that can lead to node registration taking 1 second, when
it should finish much quicker (Dylan)
- Remove an unused argument from a function (Usama)"
* tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-block:
io_uring: remove unused argument from io_rsrc_node_alloc
io_uring: fix bug in slow unregistering of nodes1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7822 | 7822 | | |
7823 | 7823 | | |
7824 | 7824 | | |
| 7825 | + | |
7825 | 7826 | | |
7826 | 7827 | | |
7827 | 7828 | | |
7828 | 7829 | | |
| 7830 | + | |
| 7831 | + | |
| 7832 | + | |
| 7833 | + | |
7829 | 7834 | | |
7830 | 7835 | | |
7831 | 7836 | | |
| |||
7838 | 7843 | | |
7839 | 7844 | | |
7840 | 7845 | | |
7841 | | - | |
| 7846 | + | |
7842 | 7847 | | |
7843 | 7848 | | |
7844 | | - | |
| 7849 | + | |
7845 | 7850 | | |
7846 | 7851 | | |
7847 | 7852 | | |
| |||
7892 | 7897 | | |
7893 | 7898 | | |
7894 | 7899 | | |
7895 | | - | |
| 7900 | + | |
7896 | 7901 | | |
7897 | 7902 | | |
7898 | 7903 | | |
| |||
0 commit comments