diff options
author | Martin Brandenburg <martin@omnibond.com> | 2016-08-02 21:31:05 +0300 |
---|---|---|
committer | Martin Brandenburg <martin@omnibond.com> | 2016-08-08 22:12:27 +0300 |
commit | 6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5 (patch) | |
tree | ed991fde2ec2a7adbd2a86a77219ef5958179923 /fs/orangefs/orangefs-utils.c | |
parent | 8cbdd85bda499d028b8f128191f392d701e8e41d (diff) | |
download | linux-6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5.tar.xz |
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/orangefs-utils.c')
-rw-r--r-- | fs/orangefs/orangefs-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-utils.c b/fs/orangefs/orangefs-utils.c index d13c7291fd05..9a99285fe310 100644 --- a/fs/orangefs/orangefs-utils.c +++ b/fs/orangefs/orangefs-utils.c @@ -50,7 +50,7 @@ __s32 fsid_of_op(struct orangefs_kernel_op_s *op) case ORANGEFS_VFS_OP_TRUNCATE: fsid = op->upcall.req.truncate.refn.fs_id; break; - case ORANGEFS_VFS_OP_MMAP_RA_FLUSH: + case ORANGEFS_VFS_OP_RA_FLUSH: fsid = op->upcall.req.ra_cache_flush.refn.fs_id; break; case ORANGEFS_VFS_OP_FS_UMOUNT: |