aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2016-08-02 14:31:05 -0400
committerMartin Brandenburg <martin@omnibond.com>2016-08-08 15:12:27 -0400
commit6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5 (patch)
treeed991fde2ec2a7adbd2a86a77219ef5958179923 /fs/orangefs/file.c
parentMerge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux (diff)
downloadlinux-dev-6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5.tar.xz
linux-dev-6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5.zip
orangefs: rename remaining bits of mmap readahead cache
This has been dormant code for many years. Parts of it were removed from the OrangeFS kernel code when it went into mainline. These bits were missed. Now the readahead cache has been resurrected in the OrangeFS userspace portions. It was renamed there, since it doesn't really have anything to do with mmap specifically, so it will be renamed here. Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Diffstat (limited to 'fs/orangefs/file.c')
-rw-r--r--fs/orangefs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/file.c b/fs/orangefs/file.c
index 526040e09f78..c14eab567f56 100644
--- a/fs/orangefs/file.c
+++ b/fs/orangefs/file.c
@@ -591,7 +591,7 @@ static int orangefs_file_release(struct inode *inode, struct file *file)
orangefs_flush_inode(inode);
/*
- * remove all associated inode pages from the page cache and mmap
+ * remove all associated inode pages from the page cache and
* readahead cache (if any); this forces an expensive refresh of
* data for the next caller of mmap (or 'get_block' accesses)
*/