patch-2.4.15 linux/include/linux/nfs_flushd.h

Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/mtio.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/include/linux/nfs_flushd.h linux/include/linux/nfs_flushd.h
@@ -9,11 +9,9 @@
 
 /*
  * Counters of total number and pending number of requests.
- * When the total number of requests exceeds the soft limit, we start
- * flushing out requests. If it exceeds the hard limit, we stall until
- * it drops again.
+ * When the total number of requests exceeds the hard limit, we stall
+ * until it drops again.
  */
-#define MAX_REQUEST_SOFT        192
 #define MAX_REQUEST_HARD        256
 
 /*
@@ -36,8 +34,6 @@
 extern void		nfs_reqlist_free(struct nfs_server *);
 extern int		nfs_reqlist_init(struct nfs_server *);
 extern void		nfs_reqlist_exit(struct nfs_server *);
-extern void		inode_schedule_scan(struct inode *, unsigned long);
-extern void		inode_remove_flushd(struct inode *);
 extern void		nfs_wake_flushd(void);
 
 /*

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