patch-2.4.15 linux/include/linux/nfs_fs_sb.h
Next file: linux/include/linux/nfs_page.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Nov 22 11:46:19 2001
- Orig file:
v2.4.14/linux/include/linux/nfs_fs_sb.h
- Orig date:
Tue Apr 25 17:28:56 2000
diff -u --recursive --new-file v2.4.14/linux/include/linux/nfs_fs_sb.h linux/include/linux/nfs_fs_sb.h
@@ -1,6 +1,8 @@
#ifndef _NFS_FS_SB
#define _NFS_FS_SB
+#include <linux/list.h>
+
/*
* NFS client parameters stored in the superblock.
*/
@@ -21,6 +23,10 @@
unsigned int namelen;
char * hostname; /* remote hostname */
struct nfs_reqlist * rw_requests; /* async read/write requests */
+ struct list_head lru_read,
+ lru_dirty,
+ lru_commit,
+ lru_busy;
};
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)