patch-2.1.17 linux/fs/minix/inode.c
Next file: linux/fs/msdos/namei.c
Previous file: linux/fs/minix/bitmap.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Dec 20 11:24:38 1996
- Orig file:
v2.1.16/linux/fs/minix/inode.c
- Orig date:
Tue Oct 29 19:58:43 1996
diff -u --recursive --new-file v2.1.16/linux/fs/minix/inode.c linux/fs/minix/inode.c
@@ -5,6 +5,8 @@
*
* Copyright (C) 1996 Gertjan van Wingerde (gertjan@cs.vu.nl)
* Minix V2 fs support.
+ *
+ * Modified for 680x0 by Andreas Schwab
*/
#include <linux/module.h>
@@ -263,8 +265,8 @@
MOD_DEC_USE_COUNT;
return NULL;
}
- set_bit(0,s->u.minix_sb.s_imap[0]->b_data);
- set_bit(0,s->u.minix_sb.s_zmap[0]->b_data);
+ minix_set_bit(0,s->u.minix_sb.s_imap[0]->b_data);
+ minix_set_bit(0,s->u.minix_sb.s_zmap[0]->b_data);
unlock_super(s);
/* set up enough so that it can read an inode */
s->s_dev = dev;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov