[XFS] Add support for project quota, based on Dan Knappes earlier work.
[deliverable/linux.git] / fs / xfs / xfs_vfsops.c
index fb1ae6cfb1f3b97e7f3d17d88b9b06f7b13d8ac4..103500498342ddb4afdf81a951b6977796aa73c5 100644 (file)
@@ -367,16 +367,6 @@ xfs_finish_flags(
                return XFS_ERROR(EROFS);
        }
 
-       /*
-        * disallow mount attempts with (IRIX) project quota enabled
-        */
-       if (XFS_SB_VERSION_HASQUOTA(&mp->m_sb) &&
-           (mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT)) {
-               cmn_err(CE_WARN,
-       "XFS: cannot mount a filesystem with IRIX project quota enabled");
-               return XFS_ERROR(ENOSYS);
-       }
-
        /*
         * check for shared mount.
         */
This page took 0.02851 seconds and 5 git commands to generate.