1. NAME

relay_file_mmap - mmap file op for relay files

2. SYNOPSIS

int relay_file_mmap(struct file *  filp , struct vm_area_struct *  vma );

3. ARGUMENTS

filp
    the file

vma
    the vma describing what to map

4. DESCRIPTION

Calls upon relay_mmap_buf to map the file into user space.

5. COPYRIGHT