fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()
authorLuis Henriques <luis@igalia.com>
Fri, 31 Jan 2025 16:03:54 +0000 (16:03 +0000)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commitad6d7d548fd33ef0e88607a15a054ea0a80af669
treea5a7d516c75c6fb44f8b9bfa289cfb9f9ea6ef96
parentdce6f59b106bccaba63bd1386138ab539864be89
fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()

The comment is probably a leftover from older versions, as the application
of the 32 bits of conn.capable_ext to conn.capable is done before function
convert_to_conn_want_ext() is invoked.

Signed-off-by: Luis Henriques <luis@igalia.com>
lib/fuse_lowlevel.c