~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/xfs/xfs_fsops.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
                                  XFS_AGB_TO_DADDR(mp, agno, XFS_SB_BLOCK(mp)),
386
386
                                  XFS_FSS_TO_BB(mp, 1), 0, &bp);
387
387
                if (error) {
388
 
                        xfs_fs_cmn_err(CE_WARN, mp,
389
 
                        "error %d reading secondary superblock for ag %d",
 
388
                        xfs_warn(mp,
 
389
                "error %d reading secondary superblock for ag %d",
390
390
                                error, agno);
391
391
                        break;
392
392
                }
399
399
                if (!(error = xfs_bwrite(mp, bp))) {
400
400
                        continue;
401
401
                } else {
402
 
                        xfs_fs_cmn_err(CE_WARN, mp,
 
402
                        xfs_warn(mp,
403
403
                "write error %d updating secondary superblock for ag %d",
404
404
                                error, agno);
405
405
                        break; /* no point in continuing */