patch-2.1.18 linux/fs/ext/inode.c
Next file: linux/fs/ext2/inode.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Fri Dec 27 12:03:25 1996
- Orig file:
v2.1.17/linux/fs/ext/inode.c
- Orig date:
Tue Oct 29 19:58:20 1996
diff -u --recursive --new-file v2.1.17/linux/fs/ext/inode.c linux/fs/ext/inode.c
@@ -46,7 +46,7 @@
return;
}
-static struct super_operations ext_sops = {
+static struct super_operations ext_sops = {
ext_read_inode,
NULL,
ext_write_inode,
@@ -57,7 +57,7 @@
NULL
};
-struct super_block *ext_read_super(struct super_block *s,void *data,
+struct super_block *ext_read_super(struct super_block *s,void *data,
int silent)
{
struct buffer_head *bh;
@@ -346,7 +346,7 @@
struct buffer_head * bh;
bh = ext_getblk(inode,block,create);
- if (!bh || buffer_uptodate(bh))
+ if (!bh || buffer_uptodate(bh))
return bh;
ll_rw_block(READ, 1, &bh);
wait_on_buffer(bh);
@@ -462,13 +462,11 @@
}
#ifdef MODULE
+EXPORT_NO_SYMBOLS;
+
int init_module(void)
{
- int status;
-
- if ((status = init_ext_fs()) == 0)
- register_symtab(0);
- return status;
+ return init_ext_fs();
}
void cleanup_module(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov