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

« back to all changes in this revision

Viewing changes to fs/xfs/quota/xfs_qm_bhv.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:
119
119
             (gquotaondisk && !XFS_IS_GQUOTA_ON(mp)) ||
120
120
            (!gquotaondisk &&  XFS_IS_OQUOTA_ON(mp)))  &&
121
121
            xfs_dev_is_read_only(mp, "changing quota state")) {
122
 
                cmn_err(CE_WARN,
123
 
                        "XFS: please mount with%s%s%s%s.",
 
122
                xfs_warn(mp, "please mount with%s%s%s%s.",
124
123
                        (!quotaondisk ? "out quota" : ""),
125
124
                        (uquotaondisk ? " usrquota" : ""),
126
125
                        (pquotaondisk ? " prjquota" : ""),
135
134
                 */
136
135
                if (quotaondisk && !XFS_QM_NEED_QUOTACHECK(mp)) {
137
136
                        /*
138
 
                         * If an error occured, qm_mount_quotas code
 
137
                         * If an error occurred, qm_mount_quotas code
139
138
                         * has already disabled quotas. So, just finish
140
139
                         * mounting, and get on with the boring life
141
140
                         * without disk quotas.