diff options
Diffstat (limited to 'fs/xfs/xfs_error.c')
-rw-r--r-- | fs/xfs/xfs_error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_error.c b/fs/xfs/xfs_error.c index 34f0e2d264ea..03028906f00e 100644 --- a/fs/xfs/xfs_error.c +++ b/fs/xfs/xfs_error.c | |||
@@ -183,4 +183,5 @@ xfs_corruption_error( | |||
183 | if (level <= xfs_error_level) | 183 | if (level <= xfs_error_level) |
184 | xfs_hex_dump(p, 16); | 184 | xfs_hex_dump(p, 16); |
185 | xfs_error_report(tag, level, mp, filename, linenum, ra); | 185 | xfs_error_report(tag, level, mp, filename, linenum, ra); |
186 | xfs_alert(mp, "Corruption detected. Unmount and run xfs_repair"); | ||
186 | } | 187 | } |