diff options
author | Dean Roehrich <roehrich@sgi.com> | 2005-06-21 04:07:45 (GMT) |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-06-21 04:07:45 (GMT) |
commit | 6fac0cb46bc4c50d6cbc5998ad206435f39fb00f (patch) | |
tree | 1ef1029927e2e59440c0bcecb6afea567fed38a6 /fs/xfs/xfs_dmapi.h | |
parent | b74e2159c9849fb97659c6dc47ad706f702b22b9 (diff) | |
download | linux-6fac0cb46bc4c50d6cbc5998ad206435f39fb00f.tar.xz |
[XFS] coordinate mmap calls with xfs_dm_punch_hole
SGI-PV: 933551
SGI-Modid: xfs-linux:xfs-kern:190622a
Signed-off-by: Dean Roehrich <roehrich@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_dmapi.h')
-rw-r--r-- | fs/xfs/xfs_dmapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dmapi.h b/fs/xfs/xfs_dmapi.h index 55ae3e6..16cf9f7 100644 --- a/fs/xfs/xfs_dmapi.h +++ b/fs/xfs/xfs_dmapi.h @@ -209,4 +209,8 @@ void xfs_dm_exit(struct file_system_type *); #define XFS_DM_EXIT(fstype) #endif +#define HAVE_XFS_DM_MM +int xfs_dm_mm_get(struct vm_area_struct *vma); +void xfs_dm_mm_put(struct vm_area_struct *vma); + #endif /* __XFS_DMAPI_H__ */ |