patch-2.4.9 linux/include/linux/nfs_fs_i.h
Next file: linux/include/linux/nfsd/nfsd.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Aug 16 09:39:37 2001
- Orig file:
v2.4.8/linux/include/linux/nfs_fs_i.h
- Orig date:
Mon Feb 19 17:13:00 2001
diff -u --recursive --new-file v2.4.8/linux/include/linux/nfs_fs_i.h linux/include/linux/nfs_fs_i.h
@@ -45,7 +45,6 @@
unsigned long read_cache_jiffies;
__u64 read_cache_ctime;
__u64 read_cache_mtime;
- __u64 read_cache_atime;
__u64 read_cache_isize;
unsigned long attrtimeo;
unsigned long attrtimeo_timestamp;
@@ -73,6 +72,9 @@
struct inode *hash_next,
*hash_prev;
unsigned long nextscan;
+
+ /* Credentials for shared mmap */
+ struct rpc_cred *mm_cred;
};
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)