All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Linus Torvalds <torvalds@osdl.org>,
	Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] Fix typo in the openpromfs remount patch
Date: Sat, 17 Apr 2004 01:13:39 +0200	[thread overview]
Message-ID: <1082157219.2985.41.camel@pegasus> (raw)

[-- 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)

             reply	other threads:[~2004-04-16 23:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-16 23:13 Marcel Holtmann [this message]
2004-04-16 23:30 ` [PATCH] Fix typo in the openpromfs remount patch viro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1082157219.2985.41.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.