From: Michael Buesch <mbuesch@freenet.de>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4] fix typo in fs/proc/base.c
Date: Sun, 7 Nov 2004 14:19:23 +0100 [thread overview]
Message-ID: <200411071419.23785.mbuesch@freenet.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 146 bytes --]
Hi Marcelo,
This fixes a typo which got introduced in latest 2.4 bk.
Sorry for the attachment. My mailer is currently broken and
corrupts diffs.
[-- Attachment #2: proc.typo.diff --]
[-- Type: text/x-diff, Size: 278 bytes --]
--- linux-2.4.28-rc1-bk4/fs/proc/base.c.orig Sun Nov 7 14:37:12 2004
+++ linux-2.4.28-rc1-bk4/fs/proc/base.c Sun Nov 7 14:40:12 2004
@@ -780,7 +780,7 @@
return inode;
out_unlock:
- node->u.generic_ip = NULL;
+ inode->u.generic_ip = NULL;
iput(inode);
return NULL;
}
reply other threads:[~2004-11-07 16:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200411071419.23785.mbuesch@freenet.de \
--to=mbuesch@freenet.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox