patch-1.3.15 linux/fs/nfs/dir.c
Next file: linux/fs/nfs/file.c
Previous file: linux/fs/msdos/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 2 09:51:31 1995
- Orig file:
v1.3.14/linux/fs/nfs/dir.c
- Orig date:
Fri Jun 9 13:03:02 1995
diff -u --recursive --new-file v1.3.14/linux/fs/nfs/dir.c linux/fs/nfs/dir.c
@@ -253,7 +253,7 @@
entry->fhandle = *fhandle;
entry->fattr = *fattr;
entry->expiration_date = jiffies + (S_ISDIR(fattr->mode)
- ? NFS_SERVER(dir)->acdirmax : NFS_SERVER(dir)->acregmax);
+ ? NFS_SERVER(dir)->acdirmin : NFS_SERVER(dir)->acregmin);
}
static void nfs_lookup_cache_remove(struct inode *dir, struct inode *inode,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this