diff options
Diffstat (limited to 'fs/nfs/internal.h')
| -rw-r--r-- | fs/nfs/internal.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index e64f810223be..447a3c17fa8e 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -16,14 +16,6 @@ extern const struct export_operations nfs_export_ops;  struct nfs_string; -/* Maximum number of readahead requests - * FIXME: this should really be a sysctl so that users may tune it to suit - *        their needs. People that do NFS over a slow network, might for - *        instance want to reduce it to something closer to 1 for improved - *        interactive response. - */ -#define NFS_MAX_READAHEAD	(RPC_DEF_SLOT_TABLE - 1) -  static inline void nfs_attr_check_mountpoint(struct super_block *parent, struct nfs_fattr *fattr)  {  	if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid))  |