patch-2.4.5 linux/fs/nfsd/nfssvc.c

Next file: linux/fs/nfsd/vfs.c
Previous file: linux/fs/nfsd/nfsproc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.4/linux/fs/nfsd/nfssvc.c linux/fs/nfsd/nfssvc.c
@@ -117,7 +117,7 @@
 	return error;
 }
 
-static void inline
+static inline void
 update_thread_usage(int busy_threads)
 {
 	unsigned long prev_call;
@@ -253,7 +253,7 @@
 		return 0;
 	case RC_REPLY:
 		return 1;
-	case RC_DOIT:
+	case RC_DOIT:;
 		/* do it */
 	}
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)