Mmap file op for relay files
int relay_file_mmap(struct file * filp, struct vm_area_struct * vma);
filp
the file
vma
the vma describing what to map
Calls upon relay_mmap_buf to map the file into user space.