commit | ccd979bdbce9fba8412beb3f1de68a9d0171b12c | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Dec 15 14:31:24 2005 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Jan 03 11:45:47 2006 -0800 |
tree | c50ed941849ce06ccadd4ce27599b3ef9fdbe2ae | |
parent | 8df08c89c668e1bd922a053fdb5ba1fadbecbb38 [diff] [blame] |
[PATCH] OCFS2: The Second Oracle Cluster Filesystem The OCFS2 file system module. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
diff --git a/fs/ocfs2/mmap.h b/fs/ocfs2/mmap.h new file mode 100644 index 0000000..1274ee0f --- /dev/null +++ b/fs/ocfs2/mmap.h
@@ -0,0 +1,6 @@ +#ifndef OCFS2_MMAP_H +#define OCFS2_MMAP_H + +int ocfs2_mmap(struct file *file, struct vm_area_struct *vma); + +#endif /* OCFS2_MMAP_H */