[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176169814634.1428599.1511993801717365415.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:07:07 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, bschubert@....com
Cc: linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org,
bernd@...ernd.com, miklos@...redi.hu, joannelkoong@...il.com, neal@...pa.dev
Subject: [PATCH 3/3] libfuse: enable iomap
From: Darrick J. Wong <djwong@...nel.org>
Remove the guard that we used to avoid bisection problems.
Signed-off-by: "Darrick J. Wong" <djwong@...nel.org>
---
lib/fuse_lowlevel.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c
index 00f8f1b6035df4..7eaa8e51f50129 100644
--- a/lib/fuse_lowlevel.c
+++ b/lib/fuse_lowlevel.c
@@ -3111,8 +3111,6 @@ _do_init(fuse_req_t req, const fuse_ino_t nodeid, const void *op_in,
se->conn.capable_ext |= FUSE_CAP_OVER_IO_URING;
if (inargflags & FUSE_IOMAP)
se->conn.capable_ext |= FUSE_CAP_IOMAP;
- /* Don't let anyone touch iomap until the end of the patchset. */
- se->conn.capable_ext &= ~FUSE_CAP_IOMAP;
} else {
se->conn.max_readahead = 0;
}
Powered by blists - more mailing lists