Commit ab96a934 authored by Dean Roehrich's avatar Dean Roehrich Committed by Nathan Scott

[XFS] Fix non-dmapi build

SGI Modid: xfs-linux:xfs-kern:173222a
Signed-off-by: nathans@sgi.com
parent f42d4365
......@@ -205,8 +205,8 @@ void xfs_dm_exit(struct file_system_type *);
#define XFS_DM_INIT(fstype) xfs_dm_init(fstype)
#define XFS_DM_EXIT(fstype) xfs_dm_exit(fstype)
#else
#define XFS_DM_INIT()
#define XFS_DM_EXIT()
#define XFS_DM_INIT(fstype)
#define XFS_DM_EXIT(fstype)
#endif
#endif /* __XFS_DMAPI_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment