[PATCH 2.4] fix typo in fs/proc/base.c

From: Michael Buesch
Date: Sun Nov 07 2004 - 11:19:03 EST


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