summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_readahead.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/vfs_readahead.c')
-rw-r--r--source3/modules/vfs_readahead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_readahead.c b/source3/modules/vfs_readahead.c
index 22f7f70355..8e6fd43aae 100644
--- a/source3/modules/vfs_readahead.c
+++ b/source3/modules/vfs_readahead.c
@@ -169,8 +169,8 @@ static int readahead_connect(struct vfs_handle_struct *handle,
}
static struct vfs_fn_pointers vfs_readahead_fns = {
- .sendfile = readahead_sendfile,
- .pread = readahead_pread,
+ .sendfile_fn = readahead_sendfile,
+ .pread_fn = readahead_pread,
.connect_fn = readahead_connect
};