aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/mmap.h')
-rw-r--r--fs/ocfs2/mmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ocfs2/mmap.h b/fs/ocfs2/mmap.h
new file mode 100644
index 000000000000..1274ee0f1fe2
--- /dev/null
+++ b/fs/ocfs2/mmap.h
@@ -0,0 +1,6 @@
1#ifndef OCFS2_MMAP_H
2#define OCFS2_MMAP_H
3
4int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
5
6#endif /* OCFS2_MMAP_H */