aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dmapi.h
diff options
context:
space:
mode:
authorDean Roehrich <roehrich@sgi.com>2005-06-21 14:07:45 +1000
committerNathan Scott <nathans@sgi.com>2005-06-21 14:07:45 +1000
commit6fac0cb46bc4c50d6cbc5998ad206435f39fb00f (patch)
tree1ef1029927e2e59440c0bcecb6afea567fed38a6 /fs/xfs/xfs_dmapi.h
parent[XFS] Add a get/set interface for XFS project identifiers. (diff)
downloadlinux-dev-6fac0cb46bc4c50d6cbc5998ad206435f39fb00f.tar.xz
linux-dev-6fac0cb46bc4c50d6cbc5998ad206435f39fb00f.zip
[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 *);
#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__ */