Revision dbdbb87636e882042cbe53d5d4eac94206f8db83 authored by Steve French on 10 June 2008, 21:21:56 UTC, committed by Steve French on 10 June 2008, 21:21:56 UTC
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
1 parent 5132861
Raw File
mmap.h
#ifndef OCFS2_MMAP_H
#define OCFS2_MMAP_H

int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);

#endif  /* OCFS2_MMAP_H */
back to top