Changeset 103788 in vbox for trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
- Timestamp:
- Mar 11, 2024 5:50:25 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r103067 r103788 64 64 # include <linux/parser.h> 65 65 #endif 66 #include <VBox/VBoxLnxModInline.h> 66 67 67 68 … … 1621 1622 SFLOGFLOW(("vboxsf: init\n")); 1622 1623 1624 /* Check if modue loading was disabled. */ 1625 if (!vbox_mod_should_load()) 1626 return -EINVAL; 1627 1623 1628 /* 1624 1629 * Must be paranoid about the vbsf_mount_info_new size.
Note:
See TracChangeset
for help on using the changeset viewer.