X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_error.h;h=10e9d9619ae5779ddb3a89437bad9b4abbc56af3;hb=92d499d991ec4f5cbd00d6f33967eab9d3ee8d6c;hp=5599ada456a128798f1593609819119085a9b40e;hpb=6be145bfb1ce93b2dbb854fee66fbb8d04916339;p=linux-2.6 diff --git a/fs/xfs/xfs_error.h b/fs/xfs/xfs_error.h index 5599ada456..10e9d9619a 100644 --- a/fs/xfs/xfs_error.h +++ b/fs/xfs/xfs_error.h @@ -144,12 +144,11 @@ extern void xfs_error_test_init(void); #endif /* __ANSI_CPP__ */ extern int xfs_errortag_add(int error_tag, xfs_mount_t *mp); -extern int xfs_errortag_clearall(xfs_mount_t *mp); -extern int xfs_errortag_clearall_umount(int64_t fsid, char *fsname, int loud); +extern int xfs_errortag_clearall(xfs_mount_t *mp, int loud); #else #define XFS_TEST_ERROR(expr, mp, tag, rf) (expr) #define xfs_errortag_add(tag, mp) (ENOSYS) -#define xfs_errortag_clearall(mp) (ENOSYS) +#define xfs_errortag_clearall(mp, loud) (ENOSYS) #endif /* (DEBUG || INDUCE_IO_ERROR) */ /*