https://github.com/torvalds/linux
Revision a84b69cb6e0a41e86bc593904faa6def3b957343 authored by Al Viro on 04 July 2015, 20:04:19 UTC, committed by Al Viro on 04 July 2015, 20:04:19 UTC
If we'd already sent a request and decide to abort it, we *must*
issue TFLUSH properly and not just blindly reuse the tag, or
we'll get seriously screwed when response eventually arrives
and we confuse it for response to later request that had reused
the same tag.

Cc: stable@vger.kernel.org # v3.2 and later
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 43c3dd0
History
Tip revision: a84b69cb6e0a41e86bc593904faa6def3b957343 authored by Al Viro on 04 July 2015, 20:04:19 UTC
9p: forgetting to cancel request on interrupted zero-copy RPC
Tip revision: a84b69c
File Mode Size
Makefile -rw-r--r-- 143 bytes
lz4_compress.c -rw-r--r-- 10.3 KB
lz4_decompress.c -rw-r--r-- 7.8 KB
lz4defs.h -rw-r--r-- 3.7 KB
lz4hc_compress.c -rw-r--r-- 12.3 KB

back to top