]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/svc.h
knfsd: convert knfsd to kthread API
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / svc.h
index 4b54c5fdcfd928ef1407bf9eb76242b801394b51..011d6d8100d8c1a8b85f81196d5bdc225d15c45e 100644 (file)
@@ -22,7 +22,7 @@
 /*
  * This is the RPC server thread function prototype
  */
-typedef void           (*svc_thread_fn)(struct svc_rqst *);
+typedef int            (*svc_thread_fn)(void *);
 
 /*
  *