public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4] fix typo in fs/proc/base.c
@ 2004-11-07 13:19 Michael Buesch
  0 siblings, 0 replies; only message in thread
From: Michael Buesch @ 2004-11-07 13:19 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux kernel mailing list

[-- 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;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-07 16:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-07 13:19 [PATCH 2.4] fix typo in fs/proc/base.c Michael Buesch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox