aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJens Axboe <[email protected]>2021-10-20 08:21:40 -0600
committerJens Axboe <[email protected]>2021-10-20 08:21:40 -0600
commit037057a5a979c7eeb2ee5d12cf4c24b805192c75 (patch)
tree3d413b535ec8309ccda6c3726d669cc02246c9be /net/unix/af_unix.c
parentc809084ab033a8d4ee404e2ac3c5d3dc80cb65f7 (diff)
block: remove inaccurate requeue check
This check is meant to catch cases where a requeue is attempted on a request that is still inserted. It's never really been useful to catch any misuse, and now it's actively wrong. Outside of that, this should not be a BUG_ON() to begin with. Remove the check as it's now causing active harm, as requeue off the plug path will trigger it even though the request state is just fine. Reported-by: Yi Zhang <[email protected]> Link: https://lore.kernel.org/linux-block/CAHj4cs80zAUc2grnCZ015-2Rvd-=gXRfB_dFKy=RTm+wRo09HQ@mail.gmail.com/ Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions