[PATCH] Fix typo in the openpromfs remount patch

From: Marcel Holtmann
Date: Fri Apr 16 2004 - 18:17:05 EST


Hi Linus,

the openpromfs remount patch which was merged some minutes ago contains
a silly typo in the field of the super_operations structure.

Regards

Marcel

===== fs/openpromfs/inode.c 1.27 vs edited =====
--- 1.27/fs/openpromfs/inode.c Fri Apr 16 17:39:36 2004
+++ edited/fs/openpromfs/inode.c Sat Apr 17 00:59:25 2004
@@ -1027,7 +1027,7 @@
static struct super_operations openprom_sops = {
.read_inode = openprom_read_inode,
.statfs = simple_statfs,
- .remount = openprom_remount,
+ .remount_fs = openprom_remount,
};

static int openprom_fill_super(struct super_block *s, void *data, int silent)