[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>
This commit is contained in:
Mark Fasheh
2005-12-15 14:31:24 -08:00
committed by Joel Becker
parent 8df08c89c6
commit ccd979bdbc
55 changed files with 24504 additions and 0 deletions

6
fs/ocfs2/mmap.h Normal file
View File

@@ -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 */