summaryrefslogtreecommitdiff
path: root/fs/hugetlbfs/inode.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2010-07-27 20:48:54 (GMT)
committerJ. Bruce Fields <bfields@redhat.com>2010-07-27 22:15:54 (GMT)
commitfa0a21269f807bb2e95b8b642c4a739714780172 (patch)
treece469ff0ce6bcc7373b17fc90d1451cb93883bf2 /fs/hugetlbfs/inode.c
parentaf4718f3f996925f770e540004ec9224243d1682 (diff)
downloadlinux-fa0a21269f807bb2e95b8b642c4a739714780172.tar.xz
nfsd: bypass readahead cache when have struct file
The readahead cache compensates for the fact that the NFS server currently does an open and close on every IO operation in the NFSv2 and NFSv3 case. In the NFSv4 case we have long-lived struct files associated with client opens, so there's no need for this. In fact, concurrent IO's using trying to modify the same file->f_ra may cause problems. So, don't bother with the readahead cache in that case. Note eventually we'll likely do this in the v2/v3 case as well by keeping a cache of struct files instead of struct file_ra_state's. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/hugetlbfs/inode.c')
0 files changed, 0 insertions, 0 deletions