ENTRY;
kportal_daemonize("liod_writeback");
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)
- sigfillset(¤t->blocked);
- recalc_sigpending();
-#else
- spin_lock_irqsave(¤t->sigmask_lock, flags);
+
+ SIGNAL_MASK_LOCK(current, flags);
sigfillset(¤t->blocked);
- recalc_sigpending(current);
- spin_unlock_irqrestore(¤t->sigmask_lock, flags);
-#endif
+ RECALC_SIGPENDING;
+ SIGNAL_MASK_UNLOCK(current, flags);
complete(&orc->orc_starting);