patch-2.1.43 linux/fs/sysv/inode.c
Next file: linux/fs/sysv/namei.c
Previous file: linux/fs/sysv/ialloc.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Jun 12 16:22:09 1997
- Orig file:
v2.1.42/linux/fs/sysv/inode.c
- Orig date:
Wed Apr 23 19:01:27 1997
diff -u --recursive --new-file v2.1.42/linux/fs/sysv/inode.c linux/fs/sysv/inode.c
@@ -975,9 +975,9 @@
/* Every kernel module contains stuff like this. */
static struct file_system_type sysv_fs_type[3] = {
- {sysv_read_super, "xenix", 1, NULL},
- {sysv_read_super, "sysv", 1, NULL},
- {sysv_read_super, "coherent", 1, NULL}
+ {"xenix", FS_REQUIRES_DEV, sysv_read_super, NULL},
+ {"sysv", FS_REQUIRES_DEV, sysv_read_super, NULL},
+ {"coherent", FS_REQUIRES_DEV, sysv_read_super, NULL}
};
__initfunc(int init_sysv_fs(void))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov