]> err.no Git - linux-2.6/blobdiff - net/rxrpc/krxtimod.c
[PATCH] softmac: unified capabilities computation
[linux-2.6] / net / rxrpc / krxtimod.c
index 249c2b0290bbfeae3bedccecf82af87301769b7f..3e7466900bd4e1260728ed63759d60794a88c69e 100644 (file)
@@ -81,7 +81,7 @@ static int krxtimod(void *arg)
 
        for (;;) {
                unsigned long jif;
-               signed long timeout;
+               long timeout;
 
                /* deal with the server being asked to die */
                if (krxtimod_die) {
@@ -90,7 +90,7 @@ static int krxtimod(void *arg)
                        complete_and_exit(&krxtimod_dead, 0);
                }
 
-               try_to_freeze(PF_FREEZE);
+               try_to_freeze();
 
                /* discard pending signals */
                rxrpc_discard_my_signals();