diff options
Diffstat (limited to 'fs/xfs/xfs_log.c')
| -rw-r--r-- | fs/xfs/xfs_log.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 08624dc67317..a5f8bd9899d3 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
| @@ -616,11 +616,13 @@ xfs_log_mount( | |||
| 616 | int error = 0; | 616 | int error = 0; |
| 617 | int min_logfsbs; | 617 | int min_logfsbs; |
| 618 | 618 | ||
| 619 | if (!(mp->m_flags & XFS_MOUNT_NORECOVERY)) | 619 | if (!(mp->m_flags & XFS_MOUNT_NORECOVERY)) { |
| 620 | xfs_notice(mp, "Mounting Filesystem"); | 620 | xfs_notice(mp, "Mounting V%d Filesystem", |
| 621 | else { | 621 | XFS_SB_VERSION_NUM(&mp->m_sb)); |
| 622 | } else { | ||
| 622 | xfs_notice(mp, | 623 | xfs_notice(mp, |
| 623 | "Mounting filesystem in no-recovery mode. Filesystem will be inconsistent."); | 624 | "Mounting V%d filesystem in no-recovery mode. Filesystem will be inconsistent.", |
| 625 | XFS_SB_VERSION_NUM(&mp->m_sb)); | ||
| 624 | ASSERT(mp->m_flags & XFS_MOUNT_RDONLY); | 626 | ASSERT(mp->m_flags & XFS_MOUNT_RDONLY); |
| 625 | } | 627 | } |
| 626 | 628 | ||
