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

[XFS] fix initialization of dmapi code

SGI Modid: 2.5.x-xfs:slinx:142389a
parent 838486eb
......@@ -34,8 +34,8 @@
#ifdef CONFIG_XFS_DMAPI
# define vfs_insertdmapi(vfs) vfs_insertops(vfsp, &xfs_dmops)
# define vfs_initdmapi() xfs_dm_init()
# define vfs_exitdmapi() xfs_dm_exit()
# define vfs_initdmapi() dmapi_init()
# define vfs_exitdmapi() dmapi_uninit()
#else
# define vfs_insertdmapi(vfs) do { } while (0)
# define vfs_initdmapi() do { } while (0)
......
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