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)
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

index 36baaa65b50dfc3b69b1b2e8cfdd3c10c8577d18..840142b27720a7d50efe44ddb69e8912015103ad 100644 (file)
@@ -1999,8 +1999,6 @@ static bool want_flags_valid(uint64_t capable, uint64_t want)
 
 /**
  * Get the wanted capability flags, converting from old format if necessary
- * Also applies the first 32 bits of capable_ext to capable
- *
  */
 static inline int convert_to_conn_want_ext(struct fuse_conn_info *conn,
                                           uint64_t want_ext_default)