patch-1.3.61 linux/fs/umsdos/inode.c
Next file: linux/fs/vfat/namei.c
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Feb 9 06:48:50 1996
- Orig file:
v1.3.60/linux/fs/umsdos/inode.c
- Orig date:
Wed Feb 7 15:11:35 1996
diff -u --recursive --new-file v1.3.60/linux/fs/umsdos/inode.c linux/fs/umsdos/inode.c
@@ -50,7 +50,7 @@
void UMSDOS_put_super(struct super_block *sb)
{
- fat_put_super(sb);
+ msdos_put_super(sb);
MOD_DEC_USE_COUNT;
}
@@ -400,7 +400,7 @@
*/
struct super_block *sb;
MOD_INC_USE_COUNT;
- sb = fat_read_super(s,data,silent);
+ sb = msdos_read_super(s,data,silent);
printk ("UMSDOS Beta 0.6 (compatibility level %d.%d, fast msdos)\n"
,UMSDOS_VERSION,UMSDOS_RELEASE);
if (sb != NULL){
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this