Diff for /xfs-linux/xfs_mount.c between versions 1.419 and 1.420

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);
   
         /*          /*

Removed from v.1.419  
changed lines
  Added in v.1.420


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>