* [PATCH] Fix typo in the openpromfs remount patch
@ 2004-04-16 23:13 Marcel Holtmann
2004-04-16 23:30 ` viro
0 siblings, 1 reply; 2+ messages in thread
From: Marcel Holtmann @ 2004-04-16 23:13 UTC (permalink / raw)
To: Linus Torvalds, Alexander Viro; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
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
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 451 bytes --]
===== 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix typo in the openpromfs remount patch
2004-04-16 23:13 [PATCH] Fix typo in the openpromfs remount patch Marcel Holtmann
@ 2004-04-16 23:30 ` viro
0 siblings, 0 replies; 2+ messages in thread
From: viro @ 2004-04-16 23:30 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: Linus Torvalds, Linux Kernel Mailing List
On Sat, Apr 17, 2004 at 01:13:39AM +0200, Marcel Holtmann wrote:
> Hi Linus,
>
> the openpromfs remount patch which was merged some minutes ago contains
> a silly typo in the field of the super_operations structure.
Thanks for spotting (and guess which filesystem is platform dependent ;-/)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-16 23:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-16 23:13 [PATCH] Fix typo in the openpromfs remount patch Marcel Holtmann
2004-04-16 23:30 ` viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.