[Ocfs2-commits] manish commits r841 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 2 17:03:13 CST 2004


Author: manish
Date: 2004-04-02 17:03:12 -0600 (Fri, 02 Apr 2004)
New Revision: 841

Modified:
   trunk/src/nm.c
Log:
urrent->current (ytpo fix)


Modified: trunk/src/nm.c
===================================================================
--- trunk/src/nm.c	2004-04-02 23:01:58 UTC (rev 840)
+++ trunk/src/nm.c	2004-04-02 23:03:12 UTC (rev 841)
@@ -450,7 +450,7 @@
 		if (signal_pending(current)) {
 			/* ignore the actual signal */
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-			dequeue_signal_lock(urrent, &current->blocked, &info);
+			dequeue_signal_lock(current, &current->blocked, &info);
 #else
 #ifdef HAVE_NPTL
 			spin_lock_irq (&current->sighand->siglock);



More information about the Ocfs2-commits mailing list