Commit 7a1ca765 authored by Nathan Scott's avatar Nathan Scott

[XFS] Fix compile error from non-DMAPI enabled builds.

SGI Modid: 2.5.x-xfs:slinx:130575a
parent f53bd331
......@@ -183,7 +183,7 @@ xfs_parseargs(
} else if (!strcmp(this_char, MNTOPT_DMAPI) ||
!strcmp(this_char, MNTOPT_XDSM)) {
printk("XFS: this kernel does not support dmapi/xdsm.\n");
return rval;
return -EINVAL;
#endif
} else if (!strcmp(this_char, MNTOPT_RTDEV)) {
if (!value || !*value) {
......
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