proc: convert to kstrto*()/kstrto*_from_user()
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_error.c
index 338e50bbfd1ec8bc8345fbbd84cdc56b82d5f43a..74d0e5966ebca70f2ba489532b9ebfaae693c288 100644 (file)
@@ -127,7 +127,7 @@ xfs_error_report(
        struct xfs_mount        *mp,
        const char              *filename,
        int                     linenum,
-       inst_t                  *ra)
+       void                    *ra)
 {
        if (level <= xfs_error_level) {
                xfs_alert_tag(mp, XFS_PTAG_ERROR_REPORT,
@@ -146,7 +146,7 @@ xfs_corruption_error(
        void                    *p,
        const char              *filename,
        int                     linenum,
-       inst_t                  *ra)
+       void                    *ra)
 {
        if (level <= xfs_error_level)
                xfs_hex_dump(p, 64);