From: Darrick J. Wong <djwong@xxxxxxxxxx> Remove the guard that we used to avoid bisection problems. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --- fs/fuse/file_iomap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/fuse/file_iomap.c b/fs/fuse/file_iomap.c index ee199c1fd27b1f..3141518cc6e67d 100644 --- a/fs/fuse/file_iomap.c +++ b/fs/fuse/file_iomap.c @@ -104,9 +104,6 @@ void fuse_iomap_sysfs_cleanup(struct kobject *fuse_kobj) bool fuse_iomap_enabled(void) { - /* Don't let anyone touch iomap until the end of the patchset. */ - return false; - /* * There are fears that a fuse+iomap server could somehow DoS the * system by doing things like going out to lunch during a writeback