Jeff King <peff@xxxxxxxx> writes: > I do think the IOCTL/SEEK one is old enough that we can do, though. The > deprecation is newer, but the SEEK interface was added in an old enough > version. Yes, that one is old enough (SEEKFUNCTION and frieds are from 7.18.0 and 7.19.5, IOCTL was deprecated at 7.18.0, released 15 years ago). A problematic one is REDIR_PROTOCOLS that was deprecated in 7.85.0 (Aug 2022) whose replacement appeared in the same 7.85.0 version. Thanks.