io_uring/rw: ensure kiocb_end_write() is always called
A previous commit moved the notifications and end-write handling, but it is now missing a few spots where we also want to call both of those. Without that, we can potentially be missing file notifications, and more importantly, have an imbalance in the super_block writers sem accounting. Fixes: b000145e ("io_uring/rw: defer fsnotify calls to task context") Reported-by:Dave Chinner <david@fromorbit.com> Link: https://lore.kernel.org/all/20221010050319.GC2703033@dread.disaster.area/ Signed-off-by:
Jens Axboe <axboe@kernel.dk>
-
mentioned in commit 8b76b0db
-
mentioned in commit 6be195cd
-
mentioned in commit 361fe0b7
-
mentioned in commit 4264dddf
-
mentioned in commit c153f0b8
-
mentioned in commit 269c5da5
-
mentioned in commit 0115a054
-
mentioned in commit 85efd289
-
mentioned in commit 1eb1b14a
-
mentioned in commit 22bf3f8b
-
mentioned in commit d776f3d6
-
mentioned in commit c52ec364
-
mentioned in commit a30f06c3
-
mentioned in commit 1728a6d7
-
mentioned in commit 45ec3bfa
-
mentioned in commit 94580fe8
-
mentioned in commit b4485f92
-
mentioned in commit 74ce633c
-
mentioned in commit fb532176
-
mentioned in commit d419b1b0
-
mentioned in commit fb952695
-
mentioned in commit ca331f28
-
mentioned in commit 88d89b26
-
mentioned in commit dcf079a9
-
mentioned in commit 9609b575
-
mentioned in commit 9aa60efe
-
mentioned in commit 482629f5
-
mentioned in commit f04cc511
-
mentioned in commit 728c0685
-
mentioned in commit 596b9996
-
mentioned in commit 7a89b0ac
-
mentioned in commit d9132692
-
mentioned in commit 62fd31f0
-
mentioned in commit e11e0fc3
-
mentioned in commit 221ab461
-
mentioned in commit e6474860
-
mentioned in commit e154a2b6
-
mentioned in commit 8e5ce60d
-
mentioned in commit dff734aa
-
mentioned in commit 6f83c53e
-
mentioned in commit f0e2b6bf
-
mentioned in commit c675e722
-
mentioned in commit 8545d976
-
mentioned in commit 76463497
-
mentioned in commit f771eab2
-
mentioned in commit 4c1ba10a
-
mentioned in commit 4390be5c
-
mentioned in commit 6db5181a