|
@@ -21,10 +21,10 @@
|
|
|
struct xfs_mount;
|
|
|
|
|
|
extern void xfs_error_report(const char *tag, int level, struct xfs_mount *mp,
|
|
|
- const char *filename, int linenum, inst_t *ra);
|
|
|
+ const char *filename, int linenum, void *ra);
|
|
|
extern void xfs_corruption_error(const char *tag, int level,
|
|
|
struct xfs_mount *mp, void *p, const char *filename,
|
|
|
- int linenum, inst_t *ra);
|
|
|
+ int linenum, void *ra);
|
|
|
extern void xfs_verifier_error(struct xfs_buf *bp);
|
|
|
|
|
|
#define XFS_ERROR_REPORT(e, lvl, mp) \
|