patch-2.4.19 linux-2.4.19/fs/nfs/flushd.c

Next file: linux-2.4.19/fs/nfs/inode.c
Previous file: linux-2.4.19/fs/nfs/dir.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/fs/nfs/flushd.c linux-2.4.19/fs/nfs/flushd.c
@@ -59,7 +59,7 @@
 static void	nfs_flushd_exit(struct rpc_task *);
 
 
-int nfs_reqlist_init(struct nfs_server *server)
+static int nfs_reqlist_init(struct nfs_server *server)
 {
 	struct nfs_reqlist	*cache;
 	struct rpc_task		*task;
@@ -136,7 +136,7 @@
 	init_waitqueue_head(&cache->request_wait);
 	server->rw_requests = cache;
 
-	return 0;
+	return nfs_reqlist_init(server);
 }
 
 void nfs_reqlist_free(struct nfs_server *server)

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