]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/jfs_logmgr.c
JFS: use __set_current_state()
[linux-2.6-omap-h63xx.git] / fs / jfs / jfs_logmgr.c
index 5065baa530b601d2d4ee28a5247ff7bc23e09b60..ff7f1beec30d6c03dcceb19ea9258fb18b9d294c 100644 (file)
@@ -1590,7 +1590,7 @@ void jfs_flush_journal(struct jfs_log *log, int wait)
                set_current_state(TASK_UNINTERRUPTIBLE);
                LOGGC_UNLOCK(log);
                schedule();
-               current->state = TASK_RUNNING;
+               __set_current_state(TASK_RUNNING);
                LOGGC_LOCK(log);
                remove_wait_queue(&target->gcwait, &__wait);
        }
@@ -2361,7 +2361,7 @@ int jfsIOWait(void *arg)
                } else {
                        set_current_state(TASK_INTERRUPTIBLE);
                        schedule();
-                       current->state = TASK_RUNNING;
+                       __set_current_state(TASK_RUNNING);
                }
        } while (!kthread_should_stop());