|
|
| version 1.419, 2008/02/22 15:02:56 | version 1.420, 2008/03/03 03:04:38 |
|---|---|
| Line 964 xfs_mountfs( | Line 964 xfs_mountfs( |
| int uuid_mounted = 0; | int uuid_mounted = 0; |
| int error = 0; | int error = 0; |
| if (mp->m_sb_bp == NULL) { | |
| error = xfs_readsb(mp, mfsi_flags); | |
| if (error) | |
| return error; | |
| } | |
| xfs_mount_common(mp, sbp); | xfs_mount_common(mp, sbp); |
| /* | /* |