aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dmapi.h
diff options
context:
space:
mode:
authorDean Roehrich <roehrich@sgi.com>2005-06-21 00:07:45 -0400
committerNathan Scott <nathans@sgi.com>2005-06-21 00:07:45 -0400
commit6fac0cb46bc4c50d6cbc5998ad206435f39fb00f (patch)
tree1ef1029927e2e59440c0bcecb6afea567fed38a6 /fs/xfs/xfs_dmapi.h
parentb74e2159c9849fb97659c6dc47ad706f702b22b9 (diff)
[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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dmapi.h b/fs/xfs/xfs_dmapi.h
index 55ae3e67d245..16cf9f7a4785 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 *);
209#define XFS_DM_EXIT(fstype) 209#define XFS_DM_EXIT(fstype)
210#endif 210#endif
211 211
212#define HAVE_XFS_DM_MM
213int xfs_dm_mm_get(struct vm_area_struct *vma);
214void xfs_dm_mm_put(struct vm_area_struct *vma);
215
212#endif /* __XFS_DMAPI_H__ */ 216#endif /* __XFS_DMAPI_H__ */