Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157431869
D30606.id90510.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
740 B
Referenced Files
None
Subscribers
None
D30606.id90510.diff
View Options
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c
--- a/sys/compat/linux/linux_file.c
+++ b/sys/compat/linux/linux_file.c
@@ -1320,12 +1320,11 @@
strcpy(fstypename, "linprocfs");
} else if (strcmp(fstypename, "vfat") == 0) {
strcpy(fstypename, "msdosfs");
- } else if (strcmp(fstypename, "fuse") == 0) {
+ } else if (strcmp(fstypename, "fuse") == 0 ||
+ strncmp(fstypename, "fuse.", 5) == 0) {
char *fuse_options, *fuse_option, *fuse_name;
- if (strcmp(mntfromname, "fuse") == 0)
- strcpy(mntfromname, "/dev/fuse");
-
+ strcpy(mntfromname, "/dev/fuse");
strcpy(fstypename, "fusefs");
data = malloc(MNAMELEN, M_TEMP, M_WAITOK);
error = copyinstr(args->data, data, MNAMELEN - 1, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 9:44 AM (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33411479
Default Alt Text
D30606.id90510.diff (740 B)
Attached To
Mode
D30606: linux: improve FUSE support
Attached
Detach File
Event Timeline
Log In to Comment