patch-2.1.43 linux/fs/msdos/msdosfs_syms.c

Next file: linux/fs/msdos/namei.c
Previous file: linux/fs/minix/symlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/fs/msdos/msdosfs_syms.c linux/fs/msdos/msdosfs_syms.c
@@ -31,7 +31,10 @@
 
 
 struct file_system_type msdos_fs_type = {
-	msdos_read_super, "msdos", 1, NULL
+	"msdos",
+	FS_REQUIRES_DEV,
+	msdos_read_super, 
+	NULL
 };
 
 __initfunc(int init_msdos_fs(void))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov