X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_logmgr.c;h=2eb952c41a69da5f23314e6d3a9a3012692b3b76;hb=258497d192b2076453bc86a6299075f76dcabed1;hp=cc5f811ed383ce9ad239e659e0056c59a81a5f73;hpb=9785dbdf265ddc47d5c88267d89a97648c0dc14b;p=karo-tx-linux.git diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c index cc5f811ed383..2eb952c41a69 100644 --- a/fs/jfs/jfs_logmgr.c +++ b/fs/jfs/jfs_logmgr.c @@ -2349,7 +2349,7 @@ int jfsIOWait(void *arg) if (freezing(current)) { spin_unlock_irq(&log_redrive_lock); - refrigerator(); + try_to_freeze(); } else { set_current_state(TASK_INTERRUPTIBLE); spin_unlock_irq(&log_redrive_lock);